Commit 585e2c1c authored by nanahira's avatar nanahira

format

parent 3f98a66e
...@@ -2451,7 +2451,7 @@ ygopro.stoc_follow 'HS_PLAYER_CHANGE', false, (buffer, info, client, server, dat ...@@ -2451,7 +2451,7 @@ ygopro.stoc_follow 'HS_PLAYER_CHANGE', false, (buffer, info, client, server, dat
ygopro.ctos_follow 'REQUEST_FIELD', true, (buffer, info, client, server, datas)-> ygopro.ctos_follow 'REQUEST_FIELD', true, (buffer, info, client, server, datas)->
return true return true
ygopro.stoc_follow 'FIELD_FINISH', true, (buffer, info, client, server)-> ygopro.stoc_follow 'FIELD_FINISH', true, (buffer, info, client, server, datas)->
room=ROOM_all[client.rid] room=ROOM_all[client.rid]
return true unless room and settings.modules.reconnect.enabled return true unless room and settings.modules.reconnect.enabled
client.reconnecting = false client.reconnecting = false
......
...@@ -3051,7 +3051,7 @@ ...@@ -3051,7 +3051,7 @@
return true; return true;
}); });
ygopro.stoc_follow('FIELD_FINISH', true, function(buffer, info, client, server) { ygopro.stoc_follow('FIELD_FINISH', true, function(buffer, info, client, server, datas) {
var room; var room;
room = ROOM_all[client.rid]; room = ROOM_all[client.rid];
if (!(room && settings.modules.reconnect.enabled)) { if (!(room && settings.modules.reconnect.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