Don't clear legacy unlocks after read

This commit is contained in:
Anuken 2020-10-22 20:33:26 -04:00
parent 514e2503fa
commit bd659d2c97

View File

@ -264,7 +264,6 @@ public class Universe{
if(Core.settings.has("unlocks")){
LegacyIO.readResearch();
Core.settings.remove("unlocks");
}
}