Skip to content

Commit c0435ff

Browse files
AnOwlBesovdeeth
andauthored
Update src/main/java/org/skriptlang/skript/bukkit/entity/elements/expressions/ExprPathfindingLocation.java
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
1 parent 837913d commit c0435ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/skriptlang/skript/bukkit/entity/elements/expressions/ExprPathfindingLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Description("The location that the entity is pathfinding towards.")
2222
@Example("""
2323
on pathfind:
24-
if the pathfinding location is within radius 5 of {mylocation}:
24+
if the pathfinding target location is within radius 5 of {mylocation}:
2525
broadcast "A mob tried to pathfind near a forbidden location!"
2626
cancel event
2727
""")

0 commit comments

Comments
 (0)