Make !mp close close the match even if the user is only in the match's channel and not in the match
This commit is contained in:
parent
b8baddf694
commit
60fe2bc56e
|
@ -788,10 +788,8 @@ def multiplayer(fro, chan, message):
|
|||
return "Attempting to join match #{}!".format(matchID)
|
||||
|
||||
def mpClose():
|
||||
myToken = glob.tokens.getTokenFromUsername(fro)
|
||||
if myToken.matchID == -1:
|
||||
return "You're not in a multiplayer match"
|
||||
glob.matches.disposeMatch(myToken.matchID)
|
||||
matchID = getMatchIDFromChannel(chan)
|
||||
glob.matches.disposeMatch(matchID)
|
||||
return "Multiplayer match #{} disposed successfully".format(myToken.matchID)
|
||||
|
||||
def mpLock():
|
||||
|
|
Loading…
Reference in New Issue
Block a user