mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
fix some React errors
This commit is contained in:
@@ -15,7 +15,6 @@ export function process(this: IPlayer, cycles = 1): void {
|
||||
}
|
||||
}
|
||||
export function finish(this: IPlayer, cancelled: boolean): void {
|
||||
console.error("finishing");
|
||||
if (this.currentWork === null) return;
|
||||
this.currentWork.finish(this, cancelled);
|
||||
this.currentWork = null;
|
||||
|
||||
Reference in New Issue
Block a user