mirror of
https://github.com/plexusorg/Blackout.git
synced 2024-12-28 18:44:23 +00:00
update description again
This commit is contained in:
parent
0ccea2bbfc
commit
fd19716c5c
3 changed files with 1 additions and 5 deletions
|
@ -34,7 +34,7 @@ dependencies {
|
|||
|
||||
group = "dev.plex"
|
||||
version = "0.1-SNAPSHOT"
|
||||
description = "An exploit patcher to help patch server crashing / player crashing / kicking exploits and bugs."
|
||||
description = "Blackout exploits on your Minecraft server."
|
||||
|
||||
bukkit {
|
||||
name = "Blackout"
|
||||
|
|
|
@ -31,6 +31,4 @@ public class PacketManager
|
|||
});
|
||||
return bool.get();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -47,6 +47,4 @@ public class EndermanPotionPatch implements IPacketListener<ClientboundUpdateMob
|
|||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue