mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 22:21:50 +00:00
hard
This commit is contained in:
@ -1446,6 +1446,9 @@ underScorePopup(string, hudColor, glowAlpha)
|
||||
if ( string == "" )
|
||||
return;
|
||||
|
||||
if (level.hardcoreMode)
|
||||
return;
|
||||
|
||||
self notify( "underScorePopup" );
|
||||
self endon( "underScorePopup" );
|
||||
|
||||
|
Reference in New Issue
Block a user