remove player list debugging

This commit is contained in:
Chipmunk 2022-12-16 19:08:02 -05:00
parent b1255510f9
commit b0fb8c8c5f

View file

@ -69,7 +69,6 @@ public class PlayerListPlugin extends Plugin {
if (duplicate != null) list.remove(duplicate); if (duplicate != null) list.remove(duplicate);
list.add(new MutablePlayerListEntry(newEntry)); list.add(new MutablePlayerListEntry(newEntry));
System.out.println("Added " + newEntry.getProfile().getName() + " to the player list.");
} }
private void updateGamemode (PlayerListEntry newEntry) { private void updateGamemode (PlayerListEntry newEntry) {