Skip to content

Commit c9bedda

Browse files
fix: Remove debug print statements from clan tag color change command
1 parent 239ed94 commit c9bedda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

surf-clan-paper/src/main/kotlin/dev/slne/clan/paper/commands/subcommands/options/ClanTagOptionTagColorCommand.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ private suspend fun changeColor(sender: Player, update: ClanTagColor.Update) {
5656
throw CommandAPI.failWithString("Du hast keine Berechtigung, die Farbe des Clan-Tags zu ändern.")
5757
}
5858

59-
println("CURRENT COLOR: ${clan.clanTagColor}")
60-
6159
clan.changeClanTagColor(update)
6260

63-
println("NEW COLOR: ${clan.clanTagColor}")
64-
6561
sender.sendText {
6662
appendSuccessPrefix()
6763
success("Die Farbe des Clan-Tags wurde erfolgreich geändert.")

0 commit comments

Comments
 (0)