Removed forgotten debug message

This commit is contained in:
Teriuihi 2022-02-24 17:19:41 +01:00
parent 5834ff2c97
commit b6aa5bed73

View File

@ -186,7 +186,6 @@ public class Queries {
ALogger.warn("Unable to retrieve party: " + id);
continue;
}
System.out.println("ADDING PARTY USER " + party.getPartyName() + " " + playerName);
party.putPartyUser(new PartyUser(uuid, displayName, playerName));
}