mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -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 = "";
|
p.prevMsg = "";
|
||||||
|
|
||||||
if (!p.hidden && p.level.ShouldShowJoinMessage(oldLevel)) {
|
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);
|
Player.RaisePlayerAction(p, PlayerAction.JoinWorld, lvl.name);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user