do not rejoin console
This commit is contained in:
@ -246,7 +246,7 @@ class ChatRoomController {
|
||||
}
|
||||
|
||||
void rejoinRoom() {
|
||||
if (model.room == ChatServer.CONSOLE)
|
||||
if (model.room == "Console")
|
||||
return
|
||||
|
||||
model.members.clear()
|
||||
|
Reference in New Issue
Block a user