remove unused code

added a compile for code sent from config entry, this need not apply anymore
This commit is contained in:
DirtySanchez 2017-10-19 12:58:46 -05:00
parent b12d17d78c
commit 184b2da59e

View File

@ -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;