mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Core: Don't show star before name in /goto message.
This commit is contained in:
parent
2471843dec
commit
163a4c7208
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user