fix php parse error

This commit is contained in:
gnieark 2016-05-15 14:43:18 +02:00
parent 4827a2f4dc
commit 4a76e141d1

View File

@ -203,7 +203,7 @@ switch ($_POST['act']){
if($_SESSION['currentPlayer']==1){
save_battle('connectFou',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],1);
}else{
save_battle('connectFou',$_SESSION['bot1'],$_SESSION['bot2']['name'],2);
save_battle('connectFou',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],2);
}
}else{