mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
remove so many fields and values used by the old system
This commit is contained in:
@@ -144,7 +144,7 @@ function Work(): React.ReactElement {
|
||||
player.startFocusing();
|
||||
router.toWork();
|
||||
};
|
||||
if ((!player.isWorking && player.currentWork === null) || player.focus) return <></>;
|
||||
if (player.currentWork === null || player.focus) return <></>;
|
||||
|
||||
let details = <></>;
|
||||
let header = <></>;
|
||||
|
||||
Reference in New Issue
Block a user