Skip to content

Commit fef3321

Browse files
Update setElementPosition.yaml
Fix typo
1 parent 72a792e commit fef3321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/Element/setElementPosition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ shared: &shared
2222
- name: 'y'
2323
type: 'float'
2424
description: 'The y coordinate of the destination.'
25-
- name: 'y'
25+
- name: 'z'
2626
type: 'float'
2727
description: 'The z coordinate of the destination.'
2828
- name: 'warp'
@@ -53,4 +53,4 @@ client:
5353
examples:
5454
- path: 'examples/setElementPosition-1.lua'
5555
description: |
56-
This example teleports the player to map center using */zero* command. (aka. origin point)
56+
This example teleports the player to map center using */zero* command. (aka. origin point)

0 commit comments

Comments
 (0)