1
0
Fork 0

Remove wrong team prefixes (using them the way I want is not possible)

This commit is contained in:
Moritz Ruth 2020-06-22 17:38:59 +02:00
parent d31b44693f
commit b092642391
No known key found for this signature in database
GPG key ID: AFD57E23E753841B

View file

@ -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 {