Update ExileServer_object_construction_database_load.sqf
This commit is contained in:
parent
4c5b65d25d
commit
276b4c74cb
@ -24,7 +24,6 @@ _constructionObject setVariable ["ExileIsPersistent", true];
|
|||||||
_constructionObject setVariable ["ExileTerritoryID", (_data select 15)];
|
_constructionObject setVariable ["ExileTerritoryID", (_data select 15)];
|
||||||
_damageLevel = (_data select 17);
|
_damageLevel = (_data select 17);
|
||||||
_public = _damageLevel > 0;
|
_public = _damageLevel > 0;
|
||||||
"Error: Construction Loaded Just fine? Whatttt? Send Help plz!" call ExileServer_util_log;
|
|
||||||
_constructionObject setVariable ["ExileConstructionDamage",_damageLevel,_public];
|
_constructionObject setVariable ["ExileConstructionDamage",_damageLevel,_public];
|
||||||
if(_public)then
|
if(_public)then
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user