Bugfixes / Sector preset cleanup

This commit is contained in:
Anuken
2020-06-21 16:00:26 -04:00
parent 4a8be42258
commit 9c69e3a1a0
5 changed files with 15 additions and 97 deletions

View File

@@ -83,7 +83,7 @@ public class ResearchBlock extends Block{
//check if it has been researched
if(researching.progress >= researching.time){
researching.content.unlocked();
researching.content.unlock();
setTo(null);
}