Skip to content

Commit 477f5b6

Browse files
Update surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/command/sub/edit/NpcEditPoseCommand.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 33c16f4 commit 477f5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ fun CommandAPICommand.npcEditPoseCommand() = subcommand("pose") {
3434
appendPrefix()
3535
success("Die Pose des Npcs ")
3636
variableValue(npc.uniqueName)
37-
success(" wurden auf ")
37+
success(" wurde auf ")
3838
variableValue(pose.name)
39-
success(" gesetzt.")
39+
success("gesetzt.")
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)