Skip to content

Commit f5ef784

Browse files
Update surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/command/sub/edit/NpcEditPoseCommand.kt
Co-authored-by: Copilot <[email protected]>
1 parent ffef023 commit f5ef784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/command/sub/edit/NpcEditPoseCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fun CommandAPICommand.npcEditPoseCommand() = subcommand("pose") {
3636
variableValue(npc.uniqueName)
3737
success(" wurde auf ")
3838
variableValue(pose.name)
39-
success("gesetzt.")
39+
success(" gesetzt.")
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)