Update EPOCH_swapBuilding.sqf

This commit is contained in:
vbawol
2019-04-13 10:45:06 -05:00
committed by GitHub
parent 04c97cf187
commit 9698eb9e08

View File

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