don't show forced beginner mods in attack list
This commit is contained in:
@@ -41,6 +41,8 @@ void ActiveAttackList::Refresh()
|
||||
|
||||
if( !attack.bOn )
|
||||
continue; /* hasn't started yet */
|
||||
if( !attack.bShowInAttackList )
|
||||
continue;
|
||||
|
||||
PlayerOptions po;
|
||||
po.FromString( attack.sModifier, true );
|
||||
|
||||
Reference in New Issue
Block a user