diff --git a/src/com/massivecraft/massivecore/store/Coll.java b/src/com/massivecraft/massivecore/store/Coll.java index 04ea0370..d18a08a6 100644 --- a/src/com/massivecraft/massivecore/store/Coll.java +++ b/src/com/massivecraft/massivecore/store/Coll.java @@ -531,7 +531,7 @@ public class Coll> extends CollAbstract // On creation it might be modified by addition or removal of new/old fields. // So we must do a check for that. - entity.changed(); + this.putIdentifiedModificationFixed(id, Modification.UNKNOWN); } entity.setLastRaw(raw); @@ -984,7 +984,7 @@ public class Coll> extends CollAbstract } this.initLoadAllFromRemote(); - this.syncIdentified(); + //this.syncIdentified(); name2instance.put(this.getName(), this); }