.BANCHO. .FIX. Fix typo in variable name
This commit is contained in:
parent
927621cfcd
commit
99d14b46e8
|
@ -494,7 +494,7 @@ class match:
|
||||||
slotID -- ID of slot
|
slotID -- ID of slot
|
||||||
"""
|
"""
|
||||||
# Make sure there is someone in that 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
|
return
|
||||||
|
|
||||||
# Transfer host
|
# Transfer host
|
||||||
|
|
Loading…
Reference in New Issue
Block a user