Fixed #7801
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user