We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7a01 commit 2803fc3Copy full SHA for 2803fc3
src/main/kotlin/com/mairwunnx/projectessentials/home/commands/HomeCommand.kt
@@ -35,10 +35,10 @@ object HomeCommand : CommandBase(homeLiteral) {
35
it.home == name
36
}?.let {
37
teleportToHome(player, it).also {
38
- out("success").also { super.process(context) }
+ out("success", name).also { super.process(context) }
39
}
40
- } ?: run { out("not_found") }
41
+ } ?: run { out("not_found", name) }
42
43
44
0 commit comments