fix parse error

This commit is contained in:
gnieark 2016-05-29 22:12:23 +02:00
parent 555e774e37
commit a4acfa2b36

View File

@ -24,7 +24,7 @@ switch ($_POST['act']){
//send init message to bots
$game_id=get_unique_id();
for($player = 0; $player < 2; $player ++;){
for($player = 0; $player < 2; $player++){
$params[$player]=array(
'game-id' => $game_id,
'action' => 'init',