This commit is contained in:
Anuken
2022-11-02 08:37:11 -04:00
parent 3e6c54069d
commit 74839a7f8d
5 changed files with 5 additions and 8 deletions

View File

@@ -117,6 +117,8 @@ public class GameService{
captureAllSectors.complete();
}
Events.run(Trigger.openConsole, () -> openConsole.complete());
Events.run(Trigger.unitCommandAttack, () -> {
if(campaign()){
issueAttackCommand.complete();
@@ -534,10 +536,6 @@ public class GameService{
}
}
}
if(ui.consolefrag.shown()){
openConsole.complete();
}
}
private void save(){