mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
fix
This commit is contained in:
parent
512646be5d
commit
29441bd5b9
@ -113,7 +113,7 @@ namespace MCGalaxy {
|
||||
|
||||
if (p.level.ShouldShowJoinMessage(oldLevel)) {
|
||||
string msg = p.level.IsMuseum ? " %Swent to the " : " %Swent to ";
|
||||
Chat.MessageGlobal(p, p.ColoredName + " %Swent " + lvl.ColoredName, false, true);
|
||||
Chat.MessageGlobal(p, p.ColoredName + msg + lvl.ColoredName, false, true);
|
||||
Player.RaisePlayerAction(p, PlayerAction.JoinWorld, lvl.name);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user