From d2ccf4741f4217a2ceaca9b2ea87c87916f0c0c0 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 11 May 2016 11:20:59 +0200 Subject: [PATCH] fix --- src/arenas/connectFour/act.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index 914e32c..036cd50 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -46,13 +46,13 @@ switch ($_POST['act']){ //get a match id $_SESSION['matchId']=get_unique_id(); - $_SESSION['game']="conectFou"; + $_SESSION['game']="connectFou"; //echo "plop".json_encode($_SESSION['map']); case "fight": if($_SESSION['game'] <> "connectFou"){ - erreur(500,"game non found"); + error(500,"game non found"); } //What player has to play?