Skip to content

Commit 91a8a1f

Browse files
committed
fix: npc movement
1 parent 74bf221 commit 91a8a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/cc/modlabs/kpaper/npc/NPCImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ class NPCImpl(
11371137
/**
11381138
* Finds the ground level at the given X, Z coordinates using collision shapes.
11391139
* 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.
1140+
* Only returns a ground level if there's sufficient airspace above for the NPC to stand.
11411141
* Uses collision shapes and bounding boxes for accurate detection of all block types.
11421142
* @see org.bukkit.block.Block#getCollisionShape()
11431143
* @see org.bukkit.util.VoxelShape#getBoundingBoxes()

0 commit comments

Comments
 (0)