Fix !mp close not working

This commit is contained in:
Giuseppe Guerra 2018-03-23 21:03:27 +01:00
parent dcad5c5736
commit 745a833aab
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ def multiplayer(fro, chan, message):
def mpClose():
matchID = getMatchIDFromChannel(chan)
glob.matches.disposeMatch(matchID)
return "Multiplayer match #{} disposed successfully".format(myToken.matchID)
return "Multiplayer match #{} disposed successfully".format(matchID)
def mpLock():
matchID = getMatchIDFromChannel(chan)