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))