From c3082fa2724e584733b0208aaeabf664a63d6ee1 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 4 Jul 2016 22:53:27 +0200 Subject: [PATCH] fix php --- src/arenas/tron/act.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/arenas/tron/act.php b/src/arenas/tron/act.php index 504158a..88a5449 100644 --- a/src/arenas/tron/act.php +++ b/src/arenas/tron/act.php @@ -128,10 +128,10 @@ switch ($_POST['act']){ for ($botCount = 0; $botCount < count($bots); $botCount ++){ if($bots[$botCount]->getStatus()){ - + } } - //dans les bots qui restent, y en a t-il qui jouent sur ma ême case? + //save pat game betwin loosing bots @@ -142,7 +142,7 @@ switch ($_POST['act']){ - print_r($responses); + print_r($targets); die;