Skip to content

Commit

Permalink
User is now added to the set of users upon creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kait0u committed Jun 17, 2024
1 parent b274465 commit 416530e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private void assignUsers() {
}

User user = new User(socket, nickname, room);
users.add(user);

} catch (IOException | ClassNotFoundException e) {
log.error(e);
Expand Down

0 comments on commit 416530e

Please sign in to comment.