From 184b2da59ef884c893ae46a21f95d62659d179f5 Mon Sep 17 00:00:00 2001 From: DirtySanchez Date: Thu, 19 Oct 2017 12:58:46 -0500 Subject: [PATCH] remove unused code added a compile for code sent from config entry, this need not apply anymore --- .../compile/functions/EPOCH_fnc_createLocalMarkerSet.sqf | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/epoch_code/compile/functions/EPOCH_fnc_createLocalMarkerSet.sqf b/Sources/epoch_code/compile/functions/EPOCH_fnc_createLocalMarkerSet.sqf index ea182ff5..e4d49eda 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_fnc_createLocalMarkerSet.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_fnc_createLocalMarkerSet.sqf @@ -87,9 +87,6 @@ if(isNil {Epoch_markerCounter})then{Epoch_markerCounter = 0}; _mName setMarkerTextlocal _OverrideTxt; } else { - if(_mText isEqualTo "playerName")then{ - _mText = str(name player); - }; if!(_mText isEqualTo "")then{ _ccText = call compile _mText; _mName setMarkerTextlocal _ccText;