Add !mp invite

This commit is contained in:
Giuseppe Guerra
2017-08-06 09:45:39 +02:00
parent 5975e84f52
commit 87d6186993
2 changed files with 19 additions and 3 deletions

View File

@@ -25,8 +25,7 @@ def handle(userToken, packetData):
# password = generalUtils.stringMd5(password)
# Check password
# Always send wrong password if this is a tourney match
if (match.matchPassword != "" and match.matchPassword != password) or match.isTourney:
if match.matchPassword != "" and match.matchPassword != password:
raise exceptions.matchWrongPasswordException
# Password is correct, join match