diff --git a/Commands/CmdOverseer.cs b/Commands/CmdOverseer.cs index 78d20246f..b9fab7af1 100644 --- a/Commands/CmdOverseer.cs +++ b/Commands/CmdOverseer.cs @@ -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") {