]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Enable worldgen by default in non-wizden config (#30996)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Wed, 14 Aug 2024 11:56:45 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 11:56:45 +0000 (21:56 +1000)
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

Content.Shared/CCVar/CCVars.cs
Resources/ConfigPresets/WizardsDen/wizardsDen.toml

index c3307c53fb6eaf510559d5c3684b501ae4c4753f..7e61ec8a58260a50ab91c7a40bbb9d4cfab0ae12 100644 (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.
index 4f1b616fb256a39b4775113f4ddae3902020f0dd..bf10f6c837774274b440dd2d62fc43a6feff0428 100644 (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