mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
fix chat colour issue
This commit is contained in:
parent
9055b26afd
commit
6ef826c5ec
@ -116,7 +116,7 @@ namespace MCGalaxy {
|
||||
|
||||
public void SetPrefix() {
|
||||
prefix = Game.Referee ? "&2[Ref] " : "";
|
||||
prefix += GroupPrefix;
|
||||
if (GroupPrefix.Length > 0) { prefix += GroupPrefix + color; }
|
||||
|
||||
Team team = Game.Team;
|
||||
prefix += team != null ? "<" + team.Color + team.Name + color + "> " : "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user