diff --git a/Server/src/main/core/game/node/entity/npc/NPC.java b/Server/src/main/core/game/node/entity/npc/NPC.java index 6fa12f211..15877b6f8 100644 --- a/Server/src/main/core/game/node/entity/npc/NPC.java +++ b/Server/src/main/core/game/node/entity/npc/NPC.java @@ -214,8 +214,7 @@ public class NPC extends Entity { getProperties().setSpawnLocation(getLocation()); initConfig(); Repository.getNpcs().add(this); - RegionManager.move(this, ServerConstants.START_LOCATION, this.location); - getLocation().getChunk().add(this); + RegionManager.move(this, ServerConstants.START_LOCATION, location); if (getLocation().getRegion().isActive()) { Repository.addRenderableNPC(this); }