.BANCHO. .FIX. Match passwords are in plain text again, fixed match invites for password protected matches
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user