From 828f1a4492892fbc696eab0e7b89b9ad4305e12a Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 11 May 2016 15:05:33 +0200 Subject: [PATCH] debog stupidIa --- src/arenas/connectFour/act.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index 5f373ef..e73beda 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -86,6 +86,9 @@ switch ($_POST['act']){ ); //send query $anwserPlayer=get_IA_Response($botUrl,$postDatas); + $anwserToJS=array( + + ) echo "player ".$_SESSION['currentPlayer']." répond ".$anwserPlayer;