off
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user