Fix world generation (#38713)
* Fix world generation * Remove unused impoty
This commit is contained in:
parent
433ef5dd27
commit
10fa6ff4af
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue