Removed sout for adding party users

This commit is contained in:
Teriuihi 2022-09-22 23:53:09 +02:00
parent 0339458c66
commit 341a330e3d

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));
}