Enable worldgen by default in non-wizden config (#30996)

Enable worldgen by default

If somebody can explain to me WHY this isn't enabled by default, that would be epic. Otherwise we're merging this
This commit is contained in:
Pieter-Jan Briers
2024-08-14 13:56:45 +02:00
committed by GitHub
parent 12b6cf5e5d
commit 8ac0246998
2 changed files with 1 additions and 4 deletions

View File

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

View File

@@ -38,6 +38,3 @@ see_own_notes = true
deadmin_on_join = true
new_player_threshold = 600
alert.min_players_sharing_connection = 2
[worldgen]
enabled = true