fix php parse errror
This commit is contained in:
parent
5fb2da47e7
commit
5c6a3ec547
|
@ -215,7 +215,7 @@ switch ($_POST['act']){
|
|||
'strikeY' => $strikeY,
|
||||
'strikeSymbol'=> $you,
|
||||
'log' => $you." ".$currentBotName." joue colonne ". $anwserPlayer." et a gagné",
|
||||
'cellsWin' => json_encode($cellsWin);
|
||||
'cellsWin' => json_encode($cellsWin)
|
||||
);
|
||||
if($_SESSION['currentPlayer']==1){
|
||||
save_battle('connectFou',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user