From 0550222eedb8bea01917dc84aac33fba1cf63bae Mon Sep 17 00:00:00 2001 From: solis Date: Mon, 10 Dec 2018 04:16:26 +1030 Subject: [PATCH] fixed non working english letters --- objects/match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/match.py b/objects/match.py index f9c0d3b..f42172a 100644 --- a/objects/match.py +++ b/objects/match.py @@ -253,7 +253,7 @@ class match: else: 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: glob.tokens.tokens[self.slots[slotID].user].enqueue(serverPackets.updateMatch(self.matchID))