From d003fd2861c8005857a4e27aeef2a963cea7a76e Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 4 Jul 2016 22:01:11 +0200 Subject: [PATCH] fix php --- src/arenas/tron/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tron/functions.php b/src/arenas/tron/functions.php index 08039ec..aeb6dc5 100644 --- a/src/arenas/tron/functions.php +++ b/src/arenas/tron/functions.php @@ -10,7 +10,7 @@ function save_draw_bots($arr){ return; }else{ $a = $arr[0]; - array_shift($arr) + array_shift($arr); foreach($arr as $bot){ save_battle('tron',$a,$bot,0); }