This commit is contained in:
Giuseppe Guerra
2017-08-04 00:09:50 +02:00
parent c2a2d9c97b
commit 837df03f05
2 changed files with 13 additions and 2 deletions

View File

@@ -498,7 +498,7 @@ class match:
return
# Make sure there is no one inside new slot
if self.slots[newSlotID].user is not None and self.slots[newSlotID].status != slotStatuses.FREE:
if self.slots[newSlotID].user is not None or self.slots[newSlotID].status != slotStatuses.FREE:
return
# Get old slot data