From b280132d5238637e459152290f2dc136e4ab4d7f Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 12 Jun 2016 21:21:47 +0200 Subject: [PATCH] pagination --- src/arenas/connectFour/act.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index 3a42ef0..7035941 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -313,9 +313,9 @@ switch ($_POST['act']){ 'strikeX' => -1, 'strikeY' => -1, 'log' => $you." ".$currentBotName." made a non conform anwser:
- Bots Arena sent:".$tempPlayer['messageSend']."
- ".$currentBotName." HTTP STATUS: ".$tempPlayer['httpStatus']."
- His response: ".htmlentities($tempPlayer['response']), + Bots Arena sent:".$tempPlayer['messageSend']."
+ ".$currentBotName." HTTP STATUS: ".$tempPlayer['httpStatus']."
+ His response: ".htmlentities($tempPlayer['response']), 'gameId' => $_SESSION['matchId'] ); if($_SESSION['currentPlayer']==1){