9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-31 04:46:42 +00:00

Removed debug messages

This commit is contained in:
Fisher2911
2022-02-17 00:33:45 -05:00
parent deb7806e78
commit 268ccff0db
2 changed files with 0 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ public class PacketManager {
static {
final String version = Bukkit.getVersion();
System.out.println("Version: " + Bukkit.getVersion());
if (version.contains("1.16")) {
playerPackets = new PlayerPackets_1_16_R3();
destroyPacket = new DestroyPacket_1_16_R3();