mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
remove unused code
added a compile for code sent from config entry, this need not apply anymore
This commit is contained in:
parent
b12d17d78c
commit
184b2da59e
@ -87,9 +87,6 @@ if(isNil {Epoch_markerCounter})then{Epoch_markerCounter = 0};
|
|||||||
_mName setMarkerTextlocal _OverrideTxt;
|
_mName setMarkerTextlocal _OverrideTxt;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(_mText isEqualTo "playerName")then{
|
|
||||||
_mText = str(name player);
|
|
||||||
};
|
|
||||||
if!(_mText isEqualTo "")then{
|
if!(_mText isEqualTo "")then{
|
||||||
_ccText = call compile _mText;
|
_ccText = call compile _mText;
|
||||||
_mName setMarkerTextlocal _ccText;
|
_mName setMarkerTextlocal _ccText;
|
||||||
|
Loading…
Reference in New Issue
Block a user