diff --git a/MCGalaxy/Games/ZombieSurvival/ZombieGame.cs b/MCGalaxy/Games/ZombieSurvival/ZombieGame.cs index aa612b655..e0ab60fa0 100644 --- a/MCGalaxy/Games/ZombieSurvival/ZombieGame.cs +++ b/MCGalaxy/Games/ZombieSurvival/ZombieGame.cs @@ -180,7 +180,7 @@ namespace MCGalaxy.Games { Picker.QueuedMap = null; CmdLoad.LoadLevel(null, next); Map = LevelInfo.FindExact(next); - Map.SaveChanges = ZSConfig.ChangeLevels; + Map.SaveChanges = false; if (ZSConfig.SetMainLevel) Server.mainLevel = Map;