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