mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
fix faction work not working correctly
This commit is contained in:
@@ -73,7 +73,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
||||
new FactionWork({
|
||||
singularity: false,
|
||||
faction: faction.name,
|
||||
factionWorkType: FactionWorkType.HACKING,
|
||||
factionWorkType: FactionWorkType.FIELD,
|
||||
}),
|
||||
);
|
||||
startWork();
|
||||
@@ -95,7 +95,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
||||
new FactionWork({
|
||||
singularity: false,
|
||||
faction: faction.name,
|
||||
factionWorkType: FactionWorkType.HACKING,
|
||||
factionWorkType: FactionWorkType.SECURITY,
|
||||
}),
|
||||
);
|
||||
startWork();
|
||||
|
||||
Reference in New Issue
Block a user