Fix world generation (#38713)

* Fix world generation

* Remove unused impoty
This commit is contained in:
Kowlin
2025-07-03 16:44:37 +02:00
committed by GitHub
parent 433ef5dd27
commit 10fa6ff4af

View 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);