fix php parse error
This commit is contained in:
parent
c381411f74
commit
825d3c0faf
|
@ -251,7 +251,7 @@ switch ($_POST['act']){
|
|||
'target' => '',
|
||||
'log' => $currentBot['name']." a fait un tir en dehors des limites de la carte. C'est interdit par les conventions de Genève. Il perd"
|
||||
));
|
||||
save_battle('Battleship',$bot1['name'],$bot2['name'],$opponent);
|
||||
save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent);
|
||||
}
|
||||
|
||||
//do this shot hit a boat
|
||||
|
|
Loading…
Reference in New Issue
Block a user