Fix world generation (#38713)
* Fix world generation * Remove unused impoty
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user