Remove wrong team prefixes (using them the way I want is not possible)
This commit is contained in:
parent
d31b44693f
commit
b092642391
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ class TTTScoreboard(private val tttPlayer: TTTPlayer) {
|
||||||
|
|
||||||
if (tttPlayer.role.group.knowEachOther) {
|
if (tttPlayer.role.group.knowEachOther) {
|
||||||
specialTeam.color = tttPlayer.role.chatColor
|
specialTeam.color = tttPlayer.role.chatColor
|
||||||
specialTeam.prefix = surroundWithGraySquareBrackets(tttPlayer.role.coloredDisplayName) + " "
|
|
||||||
|
|
||||||
defaultTeam.color = Role.INNOCENT.chatColor
|
defaultTeam.color = Role.INNOCENT.chatColor
|
||||||
|
|
||||||
PlayerManager.tttPlayers.forEach {
|
PlayerManager.tttPlayers.forEach {
|
||||||
|
|
Reference in a new issue