Skip to content

Commit c983c2f

Browse files
Issue 6, typo in heighttest
MinecraftCommands#6
1 parent 6f33989 commit c983c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions/heighttest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ The same technique can be used to find players above/below any `x`/`y`/`z` coord
1818

1919
To detect below a certain height, you can make the `dy` negative.
2020

21-
/execute at @a at @s run say @s[y=-30,dy=-500]
21+
/execute as @a at @s run say @s[y=-30,dy=-500]
2222
this will detect any players below `-30`

0 commit comments

Comments
 (0)