From 99d14b46e85147e80bc1941e00b2e05052603a0f Mon Sep 17 00:00:00 2001 From: Nyo Date: Fri, 7 Oct 2016 14:14:09 +0200 Subject: [PATCH] .BANCHO. .FIX. Fix typo in variable name --- objects/match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/match.py b/objects/match.py index de8a12c..60ff7fb 100644 --- a/objects/match.py +++ b/objects/match.py @@ -494,7 +494,7 @@ class match: slotID -- ID of slot """ # Make sure there is someone in that slot - if self.slots[slotID].user is None or self.slots[slotID].user not in glob.tokens.token: + if self.slots[slotID].user is None or self.slots[slotID].user not in glob.tokens.tokens: return # Transfer host