Fix UOE
This commit is contained in:
parent
1dbe07ca7b
commit
fe23c20387
@ -175,7 +175,7 @@ public class EntityInternalMap<E extends EntityInternal<E>> extends EntityContai
|
|||||||
|
|
||||||
this.removeIdentifiedModificationFixed(id);
|
this.removeIdentifiedModificationFixed(id);
|
||||||
|
|
||||||
E entity = this.getIdToEntity().remove(id);
|
E entity = this.getIdToEntityRaw().remove(id);
|
||||||
if (entity == null) return null;
|
if (entity == null) return null;
|
||||||
|
|
||||||
// Remove entity reference info
|
// Remove entity reference info
|
||||||
|
Loading…
Reference in New Issue
Block a user