Don't show 'X went to level' for /os go when server has load on goto enabled.

This commit is contained in:
UnknownShadow200 2016-09-06 06:51:16 +10:00
parent f020920ba5
commit 329fdb24e9

View File

@ -59,7 +59,7 @@ namespace MCGalaxy.Commands {
Level[] loaded = LevelInfo.Loaded.Items;
if (LevelInfo.FindExact(map) == null)
CmdLoad.LoadLevel(p, map);
CmdLoad.LoadLevel(p, map, Server.AutoLoad);
if (LevelInfo.FindExact(map) != null)
PlayerActions.ChangeMap(p, map);
} else if (cmd == "LB" || cmd == "LEVELBLOCK") {