From b09264239164c906e3840d8b22f549870a71195e Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Mon, 22 Jun 2020 17:38:59 +0200 Subject: [PATCH] Remove wrong team prefixes (using them the way I want is not possible) --- .../de/moritzruth/spigot_ttt/game/players/TTTScoreboard.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/kotlin/de/moritzruth/spigot_ttt/game/players/TTTScoreboard.kt b/src/main/kotlin/de/moritzruth/spigot_ttt/game/players/TTTScoreboard.kt index a65c6e6..29af61b 100644 --- a/src/main/kotlin/de/moritzruth/spigot_ttt/game/players/TTTScoreboard.kt +++ b/src/main/kotlin/de/moritzruth/spigot_ttt/game/players/TTTScoreboard.kt @@ -140,8 +140,6 @@ class TTTScoreboard(private val tttPlayer: TTTPlayer) { if (tttPlayer.role.group.knowEachOther) { specialTeam.color = tttPlayer.role.chatColor - specialTeam.prefix = surroundWithGraySquareBrackets(tttPlayer.role.coloredDisplayName) + " " - defaultTeam.color = Role.INNOCENT.chatColor PlayerManager.tttPlayers.forEach {