Skip to content

Commit 5044aed

Browse files
fix: adjust wording in NetworkListCommand output for clarity
1 parent 03cee82 commit 5044aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surf-core-paper/src/main/kotlin/dev/slne/surf/core/paper/command/NetworkListCommand.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ fun networkListCommand() = commandTree("nlist") {
2121

2222
executor.sendText {
2323
appendPrefix()
24-
info("Aktuell sind ")
24+
info("Derzeit sind ")
2525
variableValue(players.size)
26-
info(" Spieler im Netzwerk online: ")
26+
info(" Spieler auf dem Netzwerk online: ")
2727
variableValue(players.joinToString(", ") { it.lastKnownName ?: it.uuid.toString() })
2828
}
2929
}

0 commit comments

Comments
 (0)