fix php parse error

This commit is contained in:
Gnieark 2015-12-18 20:29:42 +01:00
parent 42d50519b3
commit 98530a3f4d

View File

@ -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