fix php
This commit is contained in:
parent
46bc3334bb
commit
3b160a564e
|
@ -50,7 +50,7 @@ switch ($_POST['act']){
|
||||||
$messageArr = array(
|
$messageArr = array(
|
||||||
'game-id' => "".$gameId,
|
'game-id' => "".$gameId,
|
||||||
'action' => 'init',
|
'action' => 'init',
|
||||||
'game' => 'tron'
|
'game' => 'tron',
|
||||||
'board' => '',
|
'board' => '',
|
||||||
'players' => $players,
|
'players' => $players,
|
||||||
'player-index' => $botCount
|
'player-index' => $botCount
|
||||||
|
|
Loading…
Reference in New Issue
Block a user