fix parse error
This commit is contained in:
parent
555e774e37
commit
a4acfa2b36
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user