Add !mp size

This commit is contained in:
Giuseppe Guerra
2017-08-03 23:47:34 +02:00
parent 9f647d5f9e
commit 310bc1d3b3
3 changed files with 19 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ def handle(userToken, packetData):
return
# Lock/Unlock slot
match.toggleSlotLock(packetData["slotID"])
match.toggleSlotLocked(packetData["slotID"])