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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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