fix php parse error

This commit is contained in:
Gnieark 2015-12-18 21:27:04 +01:00
parent a75645e203
commit 273a493520

View File

@ -240,7 +240,7 @@ switch ($_POST['act']){
'target' => '', 'target' => '',
'log' => $currentBot['name']." a fait une réponse non conforme, il perd" 'log' => $currentBot['name']." a fait une réponse non conforme, il perd"
)); ));
save_battle('Battleship',$bot1['name'],$bot2['name'],$opponent); save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent);
die; die;
} }
list($x,$y)=explode(",",$anwserPlayer); list($x,$y)=explode(",",$anwserPlayer);