mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
fix
This commit is contained in:
parent
512646be5d
commit
29441bd5b9
@ -112,8 +112,8 @@ namespace MCGalaxy {
|
||||
CheckGamesJoin(p, oldLevel);
|
||||
|
||||
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);
|
||||
string msg = p.level.IsMuseum ? " %Swent to the " : " %Swent to ";
|
||||
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