fix php parse error
This commit is contained in:
parent
4827a2f4dc
commit
4a76e141d1
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user