This commit is contained in:
Gnieark 2016-07-04 07:36:15 +02:00
parent ebb300d6c3
commit e31fc90009

View File

@ -69,6 +69,7 @@ function applyInitMessage(req,xd_check){
}
addLog(ret['logs']);
if(ret['status'] == "OK"){
alert(ret['gameId']);
play(ret['gameId'],xd_check);
}