MISC: Rework faction rumor (#2569)

This commit is contained in:
catloversg
2026-03-17 01:49:46 +07:00
committed by GitHub
parent ade79c0f65
commit f916daf252
6 changed files with 33 additions and 24 deletions
+1
View File
@@ -157,6 +157,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
const canOpenFactions =
Player.factionInvitations.length > 0 ||
Player.factions.length > 0 ||
Player.factionRumors.size > 0 ||
Player.augmentations.length > 0 ||
Player.queuedAugmentations.length > 0 ||
knowAboutBitverse();