From 71f5a8c4d063d80343264598a8f131cccb320a6a Mon Sep 17 00:00:00 2001 From: Sunpy Date: Mon, 10 Sep 2018 22:45:03 +0200 Subject: [PATCH] THEY!!! IT IS NOT HARD! --- objects/match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/match.py b/objects/match.py index 25c14c3..f9c0d3b 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 he returns to lobby + # Send updated settings to kicked user, so THEY returns to 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))