mirror of
https://github.com/plexusorg/Blackout.git
synced 2024-12-29 11:03:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4b4e3f1c65
4 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"
|
||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
|
@ -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