Revert "granular verbose message suppression mechanics"
This reverts commit be76727265.
This commit is contained in:
@@ -881,7 +881,7 @@ interrupt_multi(const char *msg)
|
||||
{
|
||||
if (gm.multi > 0 && !gc.context.travel && !gc.context.run) {
|
||||
nomul(0);
|
||||
if (Verbose(0,interrupt_multi) && msg)
|
||||
if (flags.verbose && msg)
|
||||
Norep("%s", msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user