We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf221 commit 91a8a1fCopy full SHA for 91a8a1f
1 file changed
src/main/kotlin/cc/modlabs/kpaper/npc/NPCImpl.kt
@@ -1137,7 +1137,7 @@ class NPCImpl(
1137
/**
1138
* Finds the ground level at the given X, Z coordinates using collision shapes.
1139
* Returns null if no solid ground is found within reasonable range.
1140
- * Only returns a ground level if there's sufficient air space above for the NPC to stand.
+ * Only returns a ground level if there's sufficient airspace above for the NPC to stand.
1141
* Uses collision shapes and bounding boxes for accurate detection of all block types.
1142
* @see org.bukkit.block.Block#getCollisionShape()
1143
* @see org.bukkit.util.VoxelShape#getBoundingBoxes()
0 commit comments