mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Fixed #7932
This commit is contained in:
parent
96477f7ff5
commit
4ec4e83823
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ public class GameService{
|
|||
researchAll.complete();
|
||||
}
|
||||
|
||||
if(Blocks.logicProcessor.unlocked()) researchLogic.complete();
|
||||
if(Blocks.microProcessor.unlocked()) researchLogic.complete();
|
||||
};
|
||||
|
||||
//check unlocked stuff on load as well
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue