fix php parse error
This commit is contained in:
parent
aa7da41d4c
commit
42d50519b3
|
@ -206,7 +206,7 @@ switch ($_POST['act']){
|
|||
//player 1 has to fight
|
||||
$currentPlayer=1;
|
||||
$currentBot=$_SESSION['bot1'];
|
||||
$opennent=2;
|
||||
$openent=2;
|
||||
$opponentName=$_SESSION['bot2']['name'];
|
||||
}else{
|
||||
//it's player2
|
||||
|
|
Loading…
Reference in New Issue
Block a user