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
+3
View File
@@ -622,6 +622,9 @@ Error: ${e}`,
initDarkwebServer();
}
if (ver < 47) {
for (const faction of [...Player.factions, ...Player.factionInvitations]) {
Player.factionRumors.add(faction);
}
showAPIBreaks("3.0.0", breakingChanges300);
}
}