mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-04 16:09:23 +07:00
Don't clear legacy unlocks after read
This commit is contained in:
parent
514e2503fa
commit
bd659d2c97
@ -264,7 +264,6 @@ public class Universe{
|
|||||||
|
|
||||||
if(Core.settings.has("unlocks")){
|
if(Core.settings.has("unlocks")){
|
||||||
LegacyIO.readResearch();
|
LegacyIO.readResearch();
|
||||||
Core.settings.remove("unlocks");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user