From db74d0a7e797cda748ce20146bc758b420c92bfd Mon Sep 17 00:00:00 2001 From: A Man Date: Mon, 7 Feb 2022 11:17:43 +0100 Subject: [PATCH] Update plot marker position --- SQF/dayz_code/actions/plotManagement/plotToggleMarkers.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/plotManagement/plotToggleMarkers.sqf b/SQF/dayz_code/actions/plotManagement/plotToggleMarkers.sqf index 34c0fe3a5..95b7a182b 100644 --- a/SQF/dayz_code/actions/plotManagement/plotToggleMarkers.sqf +++ b/SQF/dayz_code/actions/plotManagement/plotToggleMarkers.sqf @@ -56,7 +56,7 @@ if ((isNil "PP_Marks") && !_toggle) then { _color set [1, DZE_plotRed]; // red color if too high }; - local _center = "Sign_sphere10cm_EP1" createVehicleLocal [0,0,0]; + local _center = "Sign_sphere10cm_EP1" createVehicleLocal getPosATL _plot; _center setObjectTexture DZE_plotGreen; // add color _center attachTo [_plot, [0,0,0]]; // move to model center uiSleep 0.01; // allow time to attach