fix php parse error

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

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'];
$opennent=2; $openent=2;
$opponentName=$_SESSION['bot2']['name']; $opponentName=$_SESSION['bot2']['name'];
}else{ }else{
//it's player2 //it's player2