Commit 0ff28355 authored by nanahira's avatar nanahira

pretty

parent 0f822588
......@@ -2423,7 +2423,7 @@ ygopro.stoc_follow 'GAME_MSG', true, (buffer, info, client, server, datas)->
msg = buffer.readInt8(0)
if settings.modules.pre_release_compat.enabled and client.is_using_pre_release
replace_buffer(buffer, room.list_official_to_pre, 1)
return unless !client.reconnecting
return if client.reconnecting
if settings.modules.retry_handle.enabled
if ygopro.constants.MSG[msg] == 'RETRY'
if !client.retry_count?
......
......@@ -3023,7 +3023,7 @@
if (settings.modules.pre_release_compat.enabled && client.is_using_pre_release) {
replace_buffer(buffer, room.list_official_to_pre, 1);
}
if (!!client.reconnecting) {
if (client.reconnecting) {
return;
}
if (settings.modules.retry_handle.enabled) {
......
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