Skip setting important / rule flag

This commit is contained in:
M66B
2022-09-22 20:09:11 +02:00
parent f1b94d35cf
commit 0198d43484
2 changed files with 2 additions and 2 deletions

View File

@@ -1050,7 +1050,7 @@ public class EntityRule {
Integer color = (jargs.has("color") && !jargs.isNull("color")
? jargs.getInt("color") : null);
EntityOperation.queue(context, message, EntityOperation.FLAG, true, color);
EntityOperation.queue(context, message, EntityOperation.FLAG, true, color, false);
message.ui_flagged = true;
message.color = color;