From 276b4c74cb7d8d088dccaa44059fee169c7f6c25 Mon Sep 17 00:00:00 2001 From: Brett Nordin Date: Sun, 30 Sep 2018 10:19:07 -0600 Subject: [PATCH] Update ExileServer_object_construction_database_load.sqf --- .../ExileServer_object_construction_database_load.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/Exile Mission File/Exile_Server_Overrides/ExileServer_object_construction_database_load.sqf b/Exile Mission File/Exile_Server_Overrides/ExileServer_object_construction_database_load.sqf index e00a9b7..ef1cb78 100644 --- a/Exile Mission File/Exile_Server_Overrides/ExileServer_object_construction_database_load.sqf +++ b/Exile Mission File/Exile_Server_Overrides/ExileServer_object_construction_database_load.sqf @@ -24,7 +24,6 @@ _constructionObject setVariable ["ExileIsPersistent", true]; _constructionObject setVariable ["ExileTerritoryID", (_data select 15)]; _damageLevel = (_data select 17); _public = _damageLevel > 0; -"Error: Construction Loaded Just fine? Whatttt? Send Help plz!" call ExileServer_util_log; _constructionObject setVariable ["ExileConstructionDamage",_damageLevel,_public]; if(_public)then {