Merge remote-tracking branch 'origin/master'

This commit is contained in:
Taah 2022-02-28 12:35:37 -08:00
commit 4b4e3f1c65
4 changed files with 1 additions and 5 deletions

View file

@ -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
View file

View file

@ -31,6 +31,4 @@ public class PacketManager
});
return bool.get();
}
}

View file

@ -47,6 +47,4 @@ public class EndermanPotionPatch implements IPacketListener<ClientboundUpdateMob
event.setCancelled(true);
}
}
}