Fix some issues

This commit is contained in:
destro174
2022-01-28 17:04:54 +01:00
parent 615458adab
commit 99babd2120
2 changed files with 2 additions and 8 deletions
@@ -373,7 +373,7 @@ public class Queries {
String toggledChannel = resultSet.getString("toggled_channel");
Channel channel = toggledChannel == null ? null : Channel.getChatChannel(toggledChannel);
user = new ChatUser(uuid, partyId, channel);
ChatUserManager.addUser(user);
// ChatUserManager.addUser(user);
}
} catch (SQLException e) {