Skip to content

Commit 2ccc07a

Browse files
Fix shared-client def
1 parent 9f7efed commit 2ccc07a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

functions/Element/getElementPosition.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shared:
1+
shared: &shared
22
name: 'getElementPosition'
33
oop:
44
entity: player
@@ -29,3 +29,9 @@ 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

functions/Element/setElementPosition.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shared:
1+
shared: &shared
22
name: 'setElementPosition'
33
oop:
44
entity: player
@@ -27,4 +27,10 @@ shared:
2727
- id: 539
2828
description: 'Changing player position when they have a jetpack will remove the jetpack and bug when skin is changed'
2929
- id: 529
30-
description: 'Player falls from bike when the bike is teleported using setElementPosition'
30+
description: 'Player falls from bike when the bike is teleported using setElementPosition'
31+
32+
server:
33+
<<: *shared
34+
35+
client:
36+
<<: *shared

0 commit comments

Comments
 (0)