mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-10 22:41:10 -07:00
Fixed #12018
This commit is contained in:
parent
164971c257
commit
f323fc323e
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ public class World{
|
|||
state.rules.cloudColor = sector.planet.landCloudColor;
|
||||
state.rules.env = sector.planet.defaultEnv;
|
||||
state.rules.planet = sector.planet;
|
||||
sector.planet.applyRules(state.rules);
|
||||
sector.planet.applyRules(state.rules, !saveInfo);
|
||||
sector.info.resources = content.toSeq();
|
||||
sector.info.resources.sort(Structs.comps(Structs.comparing(Content::getContentType), Structs.comparingInt(c -> c.id)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue