mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Now /rankinfo shows person who ranked in colour
This commit is contained in:
parent
26f52349dc
commit
d6a8d15456
@ -53,7 +53,8 @@ namespace MCGalaxy.Commands {
|
||||
|
||||
Player.Message(p, "&aFrom {0} &ato {1} &a{2} ago",
|
||||
oldRank, newRank, delta.Shorten(true, false));
|
||||
Player.Message(p, "&aBy %S{0}&a, reason: %S{1}", parts[1], reason);
|
||||
Player.Message(p, "&aBy %S{0}&a, reason: %S{1}",
|
||||
PlayerInfo.GetColoredName(p, parts[1]), reason);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user