Commit ecb633e2 authored by nanahira's avatar nanahira

update

parent 80225bce
...@@ -1855,7 +1855,7 @@ ygopro.stoc_follow 'FIELD_FINISH', true, (buffer, info, client, server)-> ...@@ -1855,7 +1855,7 @@ ygopro.stoc_follow 'FIELD_FINISH', true, (buffer, info, client, server)->
setTimeout( () -> setTimeout( () ->
ygopro.stoc_send(client, 'GAME_MSG', client.last_game_msg) ygopro.stoc_send(client, 'GAME_MSG', client.last_game_msg)
return return
, 1000) , 200)
return true return true
wait_room_start = (room, time)-> wait_room_start = (room, time)->
......
...@@ -2297,7 +2297,7 @@ ...@@ -2297,7 +2297,7 @@
if (client.last_game_msg && client.last_game_msg_title !== 'WAITING') { if (client.last_game_msg && client.last_game_msg_title !== 'WAITING') {
setTimeout(function() { setTimeout(function() {
ygopro.stoc_send(client, 'GAME_MSG', client.last_game_msg); ygopro.stoc_send(client, 'GAME_MSG', client.last_game_msg);
}, 1000); }, 200);
} }
return true; return true;
}); });
......
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