Commit df8ac5ee authored by nanahira's avatar nanahira

fix

parent 5742c92f
...@@ -2537,7 +2537,7 @@ ...@@ -2537,7 +2537,7 @@
} }
return results1; return results1;
})(), })(),
istart: room.started ? ((settings.modules.http.show_info) ? ("Duel:" + room.duel_count + " Turn: " + (room.turn != null ? room.turn : 0)) : 'start') : 'wait' istart: room.started ? ((settings.modules.http.show_info) ? ("Duel:" + room.duel_count + " Turn:" + (room.turn != null ? room.turn : 0)) : 'start') : 'wait'
}); });
} }
} }
......
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