This commit is contained in:
rhailrake
2023-06-08 20:38:10 +06:00
committed by Aviu00
parent 446bde3af0
commit da8d1d1fe9

View File

@@ -1915,7 +1915,7 @@ namespace Content.Shared.CCVar
/// Whether or not world generation is enabled.
/// </summary>
public static readonly CVarDef<bool> WorldgenEnabled =
CVarDef.Create("worldgen.enabled", true, CVar.SERVERONLY);
CVarDef.Create("worldgen.enabled", false, CVar.SERVERONLY);
/// <summary>
/// The worldgen config to use.