Fixed #4493 / Fixed #4492 / Fixed #4490

This commit is contained in:
Anuken
2021-02-01 09:24:39 -05:00
parent 2b17dbe390
commit 8704e14fd7
4 changed files with 11 additions and 1 deletions

View File

@@ -51,6 +51,9 @@ public class SStats implements SteamUserStatsCallback{
stats.storeStats();
}
}, statSavePeriod * 60, statSavePeriod * 60);
if(Items.thorium.unlocked()) obtainThorium.complete();
if(Items.titanium.unlocked()) obtainTitanium.complete();
});
}