Update ExileServer_object_construction_database_load.sqf
This commit is contained in:
parent
6b1ae08583
commit
54081e57ae
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user