This commit is contained in:
Dreeam
2024-05-31 20:17:02 +08:00
parent 471e1c0d2c
commit b6476dcb79
2 changed files with 1 additions and 16 deletions
@@ -10,7 +10,6 @@ public final class PlayerUtils {
// Utility class
private PlayerUtils() {
}
private static final boolean IS_LEAVES_SERVER = Utils.isClassLoaded("top.leavesmc.leaves.LeavesConfig");
/**
@@ -36,4 +35,5 @@ public final class PlayerUtils {
return player.hasMetadata("NPC");
}
}
}