mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
fix few bugs
This commit is contained in:
@@ -18,4 +18,5 @@ export function finish(this: IPlayer, cancelled: boolean): void {
|
||||
if (this.currentWork === null) return;
|
||||
this.currentWork.finish(this, cancelled);
|
||||
this.currentWork = null;
|
||||
this.focus = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user