From da8d1d1fe9adc29dce04923a8a562c8149774433 Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Thu, 8 Jun 2023 20:38:10 +0600 Subject: [PATCH] off --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.