forked from chipmunkmc/chipmunkbot
remove player list debugging
This commit is contained in:
parent
b1255510f9
commit
b0fb8c8c5f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue