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