]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix world generation (#38713)
authorKowlin <10947836+Kowlin@users.noreply.github.com>
Thu, 3 Jul 2025 14:44:37 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 14:44:37 +0000 (16:44 +0200)
* Fix world generation

* Remove unused impoty

Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs

index 7f4bdccf2ec6326eed2759ebcbf9a65c52d35658..5d08247b560d0d8668e377a8bd3428cc945b7202 100644 (file)
@@ -110,7 +110,7 @@ public sealed class GatewayGeneratorSystem : EntitySystem
         };
         AddComp(mapUid, restricted);
 
-        _biome.EnsurePlanet(mapUid, _protoManager.Index("BiomeContinental"), seed);
+        _biome.EnsurePlanet(mapUid, _protoManager.Index("BiomeGrasslands"), seed);
 
         var grid = Comp<MapGridComponent>(mapUid);