Commit 35caa0d4 authored by nanahira's avatar nanahira

fix hint

parent 6df616b8
Pipeline #42228 passed with stages
in 6 minutes and 33 seconds
......@@ -2469,7 +2469,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
if decrypted_buffer
break
if !decrypted_buffer
ygopro.stoc_die(client, '${invalid_password_unauthorized}')
ygopro.stoc_die(client, '${invalid_password_checksum}')
return
return create_room_with_action(decrypted_buffer)
......
......@@ -3245,7 +3245,7 @@
}
}
if (!decrypted_buffer) {
ygopro.stoc_die(client, '${invalid_password_unauthorized}');
ygopro.stoc_die(client, '${invalid_password_checksum}');
return;
}
return create_room_with_action(decrypted_buffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment