mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
FACTIONS: Followup changes for Rumors PR (#910)
This commit is contained in:
@@ -66,7 +66,7 @@ export function FactionsDev(): React.ReactElement {
|
||||
Object.values(Factions).forEach((faction) => {
|
||||
faction.discovery = FactionDiscovery.unknown;
|
||||
});
|
||||
Player.factionRumors.length = 0;
|
||||
Player.factionRumors.clear();
|
||||
setFactionDiscovery(Factions[factionName].discovery);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user