Commit b01ec0fe authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 2eb3303a ecb633e2
...@@ -1915,7 +1915,7 @@ ygopro.stoc_follow 'FIELD_FINISH', true, (buffer, info, client, server)-> ...@@ -1915,7 +1915,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)->
......
...@@ -2373,7 +2373,7 @@ ...@@ -2373,7 +2373,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