From 7d9098d7c94b95e9537ba2c2a0b082046f92dac9 Mon Sep 17 00:00:00 2001 From: Shadow Date: Thu, 19 Mar 2015 12:36:24 +0200 Subject: [PATCH] Fix vacation mode #2 --- GameEngine/Units.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Units.php b/GameEngine/Units.php index 75cfd8bb..2c6054fd 100644 --- a/GameEngine/Units.php +++ b/GameEngine/Units.php @@ -186,7 +186,6 @@ class Units { //break; } //check if vacation mode: - $villageOwner = $database->getVillageField($id,'owner'); if($database->getvacmodexy($id)){ $form->addError("error","User is on vacation mode"); //break;