Merge pull request #19 from ELRabito/patch-5
Update ExileServer_object_construction_database_insert.sqf
This commit is contained in:
commit
3240e637b5
@ -16,7 +16,7 @@ _position = getPosATL _constructionObject;
|
||||
_vectorDirection = vectorDir _constructionObject;
|
||||
_vectorUp = vectorUp _constructionObject;
|
||||
_territoryFlag = _constructionObject call ExileClient_util_world_getTerritoryAtPosition;
|
||||
_territoryID = if (isNull _territoryFlag) then { 'NULL' } else { _territoryFlag getVariable ["ExileDatabaseID", 'NULL']};
|
||||
_territoryID = if (isNull _territoryFlag) then { '' } else { _territoryFlag getVariable ["ExileDatabaseID", 'NULL']};
|
||||
_data =
|
||||
[
|
||||
typeOf _constructionObject,
|
||||
|
Loading…
x
Reference in New Issue
Block a user