Update ExileServer_object_construction_database_load.sqf

This commit is contained in:
Brett Nordin 2018-09-30 10:19:07 -06:00 committed by GitHub
parent 4c5b65d25d
commit 276b4c74cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{