Skip to content

Commit 37a03c6

Browse files
committed
Merge remote-tracking branch 'origin/version/1.21.7' into version/1.21.7
2 parents d95df60 + c574ba9 commit 37a03c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surf-npc-example-dsl/src/main/kotlin/dev/slne/surf/npc/example/SurfNpcExamplePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SurfNpcExamplePlugin() : SuspendingJavaPlugin() {
3131
/**
3232
* Skin data can be created using the DSL or by using the SurfNpcApi#getSkin function.
3333
*/
34-
skin = dev.slne.surf.npc.api.dsl.skin {
34+
skin {
3535
ownerName = "CastCrafter"
3636
value = "SkinValue"
3737
signature = "SkinSignature"
@@ -40,7 +40,7 @@ class SurfNpcExamplePlugin() : SuspendingJavaPlugin() {
4040
/**
4141
* Location can be created using the DSL.
4242
*/
43-
location = dev.slne.surf.npc.api.dsl.location {
43+
location {
4444
world = "world"
4545
x = 0.0
4646
y = 0.0

0 commit comments

Comments
 (0)