Skip to content

Commit 9f7efed

Browse files
Fix getElementPosition def
1 parent bb4aaaf commit 9f7efed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

functions/Element/getElementPosition.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shared: &shared
1+
shared:
22
name: 'getElementPosition'
33
oop:
44
entity: player
@@ -29,9 +29,3 @@ shared: &shared
2929
- path: 'examples/getElementPosition.lua'
3030
description: |
3131
This example attaches a samsite on the player's vehicle.
32-
33-
server:
34-
<<: *shared
35-
36-
client:
37-
<<: *shared

0 commit comments

Comments
 (0)