Hid silenced content from the logs
This commit is contained in:
@@ -73,7 +73,7 @@ export default async function applyDamagePropTask(
|
||||
value: `${statName}${operation === 'set' ? ' set to' : ''}` +
|
||||
` ${value}`,
|
||||
inline: true,
|
||||
...task.silent && { silenced: true },
|
||||
silenced: task.silent ?? false,
|
||||
}, task.targetIds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user