mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 01:37:36 +07:00
Don't clear legacy unlocks after read
This commit is contained in:
@ -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");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user