mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue