Switched to Username only (no nicknames) till colors can be fixed (for party users)
This commit is contained in:
@@ -50,9 +50,5 @@ public class PartyManager {
|
||||
|
||||
public static void loadParties() {
|
||||
Queries.loadParties();
|
||||
for (ChatUser chatUser : ChatUserManager.getChatUsers()) {
|
||||
Party party = getParty(chatUser.getPartyId());
|
||||
if (party != null) party.addUser(chatUser);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user