mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
hotfix
This commit is contained in:
@@ -37,8 +37,7 @@ export function ProgramsRoot(): React.ReactElement {
|
||||
<Tooltip key={program.name} title={create.tooltip}>
|
||||
<Button
|
||||
onClick={() => {
|
||||
player.startCreateProgramWork(program.name, create.time, create.level);
|
||||
router.toWork();
|
||||
player.startCreateProgramWork(router, program.name, create.time, create.level);
|
||||
}}
|
||||
>
|
||||
{program.name}
|
||||
|
||||
Reference in New Issue
Block a user