This commit is contained in:
INeedBots 2020-11-03 03:04:01 -06:00
parent 80d2b7bf1a
commit f48acb4b53

View File

@ -1446,6 +1446,9 @@ underScorePopup(string, hudColor, glowAlpha)
if ( string == "" ) if ( string == "" )
return; return;
if (level.hardcoreMode)
return;
self notify( "underScorePopup" ); self notify( "underScorePopup" );
self endon( "underScorePopup" ); self endon( "underScorePopup" );