remove the debug line
i still don't know how to fix it.......... anyone please help me
This commit is contained in:
parent
7e232a4115
commit
fd6dd2593b
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ public class Players extends Listener {
|
||||||
list.remove(duplicate);
|
list.remove(duplicate);
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(newEntry.profile().getName() + " (" + newEntry.profile().getId() + ")");
|
|
||||||
|
|
||||||
list.add(new MutablePlayerListEntry(newEntry));
|
list.add(new MutablePlayerListEntry(newEntry));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in a new issue