From fe23c203874e2c88157e28ead289d06fc9e2430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Ulf=20J=C3=B8rgensen?= Date: Sun, 28 May 2017 18:16:27 +0200 Subject: [PATCH] Fix UOE --- src/com/massivecraft/massivecore/store/EntityInternalMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/massivecraft/massivecore/store/EntityInternalMap.java b/src/com/massivecraft/massivecore/store/EntityInternalMap.java index 53cb1b02..aa6e6b90 100644 --- a/src/com/massivecraft/massivecore/store/EntityInternalMap.java +++ b/src/com/massivecraft/massivecore/store/EntityInternalMap.java @@ -175,7 +175,7 @@ public class EntityInternalMap> extends EntityContai this.removeIdentifiedModificationFixed(id); - E entity = this.getIdToEntity().remove(id); + E entity = this.getIdToEntityRaw().remove(id); if (entity == null) return null; // Remove entity reference info