Skip to content

Commit 62f7953

Browse files
fix: correct spacing in ping command output message
1 parent 5f514d5 commit 62f7953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/slne/surf/essentials/command/PingCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fun pingCommand() = commandTree("ping") {
2929
executor.sendText {
3030
appendPrefix()
3131
variableValue(target.name)
32-
info("hat einen Ping von ")
32+
info(" hat einen Ping von ")
3333
coloredPing(ping)
3434
info(".")
3535
}

0 commit comments

Comments
 (0)