Removed forgotten debug message
This commit is contained in:
parent
5834ff2c97
commit
b6aa5bed73
|
|
@ -186,7 +186,6 @@ public class Queries {
|
||||||
ALogger.warn("Unable to retrieve party: " + id);
|
ALogger.warn("Unable to retrieve party: " + id);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
System.out.println("ADDING PARTY USER " + party.getPartyName() + " " + playerName);
|
|
||||||
party.putPartyUser(new PartyUser(uuid, displayName, playerName));
|
party.putPartyUser(new PartyUser(uuid, displayName, playerName));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user