From 9698eb9e0879fb26819386b691662f10f1f844dc Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 13 Apr 2019 10:45:06 -0500 Subject: [PATCH] Update EPOCH_swapBuilding.sqf --- Sources/epoch_server/compile/epoch_bases/EPOCH_swapBuilding.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_swapBuilding.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_swapBuilding.sqf index ab05d0b5..482441b0 100644 --- a/Sources/epoch_server/compile/epoch_bases/EPOCH_swapBuilding.sqf +++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_swapBuilding.sqf @@ -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;