diff --git a/MCGalaxy/Commands/other/CmdHackRank.cs b/MCGalaxy/Commands/other/CmdHackRank.cs index ece12ba29..68a32e18b 100644 --- a/MCGalaxy/Commands/other/CmdHackRank.cs +++ b/MCGalaxy/Commands/other/CmdHackRank.cs @@ -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); }