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