diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 09f09d7cb4..2f55347573 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1915,7 +1915,7 @@ namespace Content.Shared.CCVar /// Whether or not world generation is enabled. /// public static readonly CVarDef WorldgenEnabled = - CVarDef.Create("worldgen.enabled", true, CVar.SERVERONLY); + CVarDef.Create("worldgen.enabled", false, CVar.SERVERONLY); /// /// The worldgen config to use.