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