.BANCHO. .FIX. Match passwords are in plain text again, fixed match invites for password protected matches

This commit is contained in:
Nyo
2016-10-08 20:24:16 +02:00
parent 2eb7fb609c
commit 7c54df6586
2 changed files with 14 additions and 10 deletions

View File

@@ -22,8 +22,8 @@ def handle(userToken, packetData):
match = glob.matches.matches[matchID]
# Hash password if needed
if password != "":
password = generalUtils.stringMd5(password)
#if password != "":
# password = generalUtils.stringMd5(password)
# Check password
# TODO: Admins can enter every match