diff --git a/SQF/dayz_code/compile/fnc_MapEventHandler.sqf b/SQF/dayz_code/compile/fnc_MapEventHandler.sqf index 9a0b4cd38..3e947bd23 100644 --- a/SQF/dayz_code/compile/fnc_MapEventHandler.sqf +++ b/SQF/dayz_code/compile/fnc_MapEventHandler.sqf @@ -16,7 +16,7 @@ if ("ItemMap_Debug" in items player) then { _markerstr setMarkerShapeLocal "ELLIPSE"; _markerstr setMarkerBrushLocal "Grid"; _markerstr setMarkerSizeLocal [_radiusA, _radiusB]; - // }; - }; - }; + // }; + }; + }; }; \ No newline at end of file