Core: Don't show star before name in /goto message.

This commit is contained in:
UnknownShadow200 2016-09-15 12:52:20 +10:00
parent 2471843dec
commit 163a4c7208

View File

@ -125,7 +125,7 @@ namespace MCGalaxy {
p.prevMsg = "";
if (!p.hidden && p.level.ShouldShowJoinMessage(oldLevel)) {
Player.SendChatFrom(p, p.color + "*" + p.DisplayName + " %Swent to &b" + lvl.name, false);
Player.SendChatFrom(p, p.DisplayName + " %Swent to &b" + lvl.name, false);
Player.RaisePlayerAction(p, PlayerAction.JoinWorld, lvl.name);
}
return true;