.BANCHO. .FIX. Fix typo in variable name

This commit is contained in:
Nyo 2016-10-07 14:14:09 +02:00
parent 927621cfcd
commit 99d14b46e8

View File

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