mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
Now hackrank changes entity nametag and tab list colour. Fixes #440.
This commit is contained in:
parent
5c36ea3aaa
commit
d1626f7100
@ -50,6 +50,11 @@ namespace MCGalaxy.Commands.Misc {
|
||||
|
||||
Player.Message(p, "You are now ranked " + newRank.ColoredName + "%S, type /help for your new set of commands.");
|
||||
p.color = newRank.Color;
|
||||
|
||||
Entities.GlobalDespawn(p, true);
|
||||
Entities.GlobalSpawn(p, true);
|
||||
p.SetPrefix();
|
||||
|
||||
DoKick(p, newRank);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user