Skip to content

Commit

Permalink
Merge pull request #485 from CBATeam/remove-set-persistent-from-creat…
Browse files Browse the repository at this point in the history
…e-marker

Remove 'setMarkerPersistent' from 'createMarker'
  • Loading branch information
Killswitch00 authored Aug 23, 2016
2 parents 2be38fb + e1ed1fb commit 6357e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/common/fnc_createMarker.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ if (_global) then {
if (_ty!= "") then { _m setMarkerType _ty };
if (_co!= "") then { _m setMarkerColor _co };
if (_tx!= "") then { _m setMarkerText _tx };
if (_persist) then { [_m, true] call CBA_fnc_setMarkerPersistent };
} else {
_m = createMarkerLocal [_this select 0, _this select 1];
_m setMarkerShapeLocal (_this select 2);
Expand Down

0 comments on commit 6357e14

Please sign in to comment.