This commit is contained in:
UnknownShadow200 2017-05-10 15:21:05 +10:00
parent 512646be5d
commit 29441bd5b9

View File

@ -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;