Skip to content

Commit

Permalink
Do not set auto unload to true on old main when switching mains (Than…
Browse files Browse the repository at this point in the history
…ks johannespartin)
  • Loading branch information
Goodlyay committed Aug 20, 2021
1 parent eeb3db4 commit 70b5565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MCGalaxy/Server/Server.cs
Expand Up @@ -344,7 +344,6 @@ public sealed partial class Server {
Level oldMain = mainLevel;
mainLevel = lvl;
Server.Config.MainLevel = lvl.name;
oldMain.Config.AutoUnload = true;
oldMain.AutoUnload();
}

Expand Down

0 comments on commit 70b5565

Please sign in to comment.