Update EPOCH_swapBuilding.sqf

This commit is contained in:
vbawol
2019-03-24 23:49:04 -05:00
committed by GitHub
parent 7c4b8aae18
commit f0182aba7c

View File

@ -2,7 +2,7 @@
//[[[cog import generate_private_arrays ]]]
private ["_newObj","_objectPos","_owner","_UpdatePlots"];
//[[[end]]]
params [["_class",""],["_object",objNull],["_method",0]];
params [["_class",""],["_object",objNull],["_method",1]];
_newObj = objNull;
if (!isNull _object && !(_class isEqualTo "")) then {
_objectPos = getPosWorld _object;