mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Remove elapsed from crime WIP
This commit is contained in:
parent
e8a08424af
commit
b8cb5f0991
@ -392,7 +392,6 @@ export function WorkInProgressRoot(): React.ReactElement {
|
||||
title: `You are attempting to ${player.crimeType}`,
|
||||
|
||||
progress: {
|
||||
elapsed: player.timeWorked,
|
||||
remaining: player.timeNeededToCompleteWork - player.timeWorked,
|
||||
percentage: completion,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user