Simplification

This commit is contained in:
M66B
2022-01-04 13:13:08 +01:00
parent afa6ac887b
commit a0a6ae2681
2 changed files with 4 additions and 5 deletions

View File

@@ -943,8 +943,6 @@ public class EntityRule {
private boolean onActionDelete(Context context, EntityMessage message, JSONObject jargs) {
EntityOperation.queue(context, message, EntityOperation.DELETE);
message.ui_hide = true;
return true;
}