Update ExileServer_object_construction_database_load.sqf

This commit is contained in:
Brett Nordin 2018-09-24 10:30:22 -06:00 committed by GitHub
parent 6b1ae08583
commit 54081e57ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ _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
{