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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user