|
|
@ -195,8 +195,7 @@ class Core {
|
|
|
|
if (EntityOperation.MOVE.equals(next.name)) {
|
|
|
|
if (EntityOperation.MOVE.equals(next.name)) {
|
|
|
|
JSONArray jnext = new JSONArray(next.args);
|
|
|
|
JSONArray jnext = new JSONArray(next.args);
|
|
|
|
// Same target, autoread
|
|
|
|
// Same target, autoread
|
|
|
|
if (jargs.getLong(0) == jnext.getLong(0) &&
|
|
|
|
if (jargs.getLong(0) == jnext.getLong(0)) {
|
|
|
|
jargs.getBoolean(1) == jnext.getBoolean(1)) {
|
|
|
|
|
|
|
|
EntityMessage m = db.message().getMessage(next.message);
|
|
|
|
EntityMessage m = db.message().getMessage(next.message);
|
|
|
|
if (m != null) {
|
|
|
|
if (m != null) {
|
|
|
|
processed.add(next.id);
|
|
|
|
processed.add(next.id);
|
|
|
|