mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
Merge pull request #2580 from deathly809/bug/cancel_should_clear_focus
Ensure that we leave focus when we call stopAction or cancel working
This commit is contained in:
@@ -729,6 +729,7 @@ export function finishWork(this: IPlayer, cancelled: boolean, sing = false): str
|
||||
}
|
||||
|
||||
this.isWorking = false;
|
||||
this.focus = false;
|
||||
|
||||
this.resetWorkStatus();
|
||||
if (sing) {
|
||||
|
||||
Reference in New Issue
Block a user