mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
fix work crashing when installing
This commit is contained in:
@@ -375,7 +375,6 @@ export function WorkInProgressRoot(): React.ReactElement {
|
||||
|
||||
const position = player.jobs[player.currentWork.companyName];
|
||||
const gains = player.currentWork.getGainRates(player);
|
||||
console.log(player.currentWork.cyclesWorked);
|
||||
workInfo = {
|
||||
buttons: {
|
||||
cancel: cancel,
|
||||
|
||||
Reference in New Issue
Block a user