Skip to content

Commit 452af88

Browse files
Merge pull request #39 from Timonso-1/patch-1
Update success message for Stonecutter command
2 parents 605da56 + 4677b4e commit 452af88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/dev/slne/surf/essentials/command/table/StonecutterCommand.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fun stoneCutterCommand() = commandTree("stonecutter") {
1313
player.openStonecutter(null, true)
1414
player.sendText {
1515
appendSuccessPrefix()
16-
success("Du hast eine Steinschneidemaschine geöffnet.")
16+
success("Du hast eine Steinsäge geöffnet.")
1717
}
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)