mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed sector data carry-over
This commit is contained in:
parent
20032def7e
commit
969076f1ef
1 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ public class Sectors{
|
|||
}
|
||||
grid.clear();
|
||||
|
||||
Array<Sector> out = Settings.getObject("sectors", Array.class, Array::new);
|
||||
Array<Sector> out = Settings.getObject("sector-data-2", Array.class, Array::new);
|
||||
|
||||
for(Sector sector : out){
|
||||
|
||||
|
|
@ -185,7 +185,7 @@ public class Sectors{
|
|||
}
|
||||
}
|
||||
|
||||
Settings.putObject("sectors", out);
|
||||
Settings.putObject("sector-data-2", out);
|
||||
Settings.save();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue