off
This commit is contained in:
@@ -1915,7 +1915,7 @@ namespace Content.Shared.CCVar
|
|||||||
/// Whether or not world generation is enabled.
|
/// Whether or not world generation is enabled.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> WorldgenEnabled =
|
public static readonly CVarDef<bool> WorldgenEnabled =
|
||||||
CVarDef.Create("worldgen.enabled", true, CVar.SERVERONLY);
|
CVarDef.Create("worldgen.enabled", false, CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The worldgen config to use.
|
/// The worldgen config to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user