From 556b3959ef43341237dff92577f279a40996b8ae Mon Sep 17 00:00:00 2001 From: Pietro Date: Fri, 4 Sep 2015 20:05:48 +0200 Subject: [PATCH] Update Automation.php --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 7944db93..6b1224ed 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -4388,7 +4388,7 @@ $wallimg = "query_return($q); if(count($enforceoasis)>0){ - foreach ($enforceoasis as $enforceO){ + foreach ($enforceoasis as $enforce){ for($i=1;$i<=50;$i++){ $units = $enforce['u'.$i]; if($enforce['u'.$i] > $maxcount){