Skip to content

Commit 8df294f

Browse files
feat: remove notification for disabled command in WorldCommand
1 parent bd6e0d2 commit 8df294f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ fun worldCommand() = commandTree("world") {
158158
anyExecutor { executor, args ->
159159
val name: String by args
160160

161-
executor.sendText {
162-
appendPrefix()
163-
info("Dieser Befehl ist zurzeit deaktiviert.")
164-
}
165-
return@anyExecutor
166-
167161
if (Bukkit.getServer().isFolia()) {
168162
executor.sendText {
169163
appendPrefix()

0 commit comments

Comments
 (0)