mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Fix warehouse not updating after product sale (#925)
This commit is contained in:
parent
1dc4d01d64
commit
aee353a54e
@ -946,6 +946,7 @@ export class Division {
|
|||||||
console.error(`Invalid State: ${state}`);
|
console.error(`Invalid State: ${state}`);
|
||||||
break;
|
break;
|
||||||
} //End switch(this.state)
|
} //End switch(this.state)
|
||||||
|
this.updateWarehouseSizeUsed(warehouse);
|
||||||
}
|
}
|
||||||
return totalProfit;
|
return totalProfit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user