Prevent classification loop

This commit is contained in:
M66B
2021-01-04 12:21:51 +01:00
parent b45e85a7bc
commit d35f04d668
2 changed files with 16 additions and 13 deletions

View File

@@ -189,7 +189,7 @@ public class EntityOperation {
autounflag = false;
}
boolean auto_classified = false;
boolean auto_classified = message.auto_classified;
if (jargs.opt(2) != null) {
auto_classified = jargs.getBoolean(2);
jargs.remove(2);