diff --git a/src/main/kotlin/net/axay/kspigot/structures/StructureLoader.kt b/src/main/kotlin/net/axay/kspigot/structures/StructureLoader.kt index 5d72902d..9efa9e41 100644 --- a/src/main/kotlin/net/axay/kspigot/structures/StructureLoader.kt +++ b/src/main/kotlin/net/axay/kspigot/structures/StructureLoader.kt @@ -43,7 +43,7 @@ val LocationArea.fillBlocks: Set get() val LocationArea.entities: Set get() = HashSet().apply { touchedChunks.forEach { it.entities.forEach { en -> - if (locationPair.isInArea(en.location)) + if (simpleLocationPair.isInArea(en.location)) this += en } } } \ No newline at end of file