fixed non working english letters
This commit is contained in:
parent
a0053de311
commit
0550222eed
|
@ -253,7 +253,7 @@ class match:
|
||||||
else:
|
else:
|
||||||
newStatus = slotStatuses.LOCKED
|
newStatus = slotStatuses.LOCKED
|
||||||
|
|
||||||
# Send updated settings to kicked user, so THEY returns to lobby
|
# Send updated settings to kicked user, so they will return to the lobby.
|
||||||
if self.slots[slotID].user is not None and self.slots[slotID].user in glob.tokens.tokens:
|
if self.slots[slotID].user is not None and self.slots[slotID].user in glob.tokens.tokens:
|
||||||
glob.tokens.tokens[self.slots[slotID].user].enqueue(serverPackets.updateMatch(self.matchID))
|
glob.tokens.tokens[self.slots[slotID].user].enqueue(serverPackets.updateMatch(self.matchID))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user