mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
commit
0e7604a0cc
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class ChatSession {
|
|||
if (user.isPresent()) {
|
||||
user.get().fireCallback(clientCallback);
|
||||
} else {
|
||||
clientsToRemove = new HashSet<>();
|
||||
clientsToRemove.add(userId);
|
||||
}
|
||||
}
|
||||
for (UUID userIdToRemove : clientsToRemove) {
|
||||
|
|
Loading…
Reference in a new issue