From f8a1e81cf93cc4539b3aed4fc7c99d41c32dd82e Mon Sep 17 00:00:00 2001 From: Shadow Date: Thu, 21 Nov 2013 09:03:30 +0200 Subject: [PATCH] Update Village.php --- GameEngine/Village.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GameEngine/Village.php b/GameEngine/Village.php index 8c9a678f..caa2f2fb 100644 --- a/GameEngine/Village.php +++ b/GameEngine/Village.php @@ -14,7 +14,6 @@ include("Building.php"); include("Market.php"); include_once("GameEngine/Units.php"); include("Technology.php"); -include("Automation.php"); class Village { @@ -301,5 +300,5 @@ class Village { }; $village = new Village; $building = new Building; - +include_once ("Automation.php"); ?>