mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
FACTIONS: Followup changes for Rumors PR (#910)
This commit is contained in:
+1
-1
@@ -716,7 +716,7 @@ function loadGame(saveString: string): boolean {
|
||||
setPlayer(loadPlayer(saveObj.PlayerSave));
|
||||
loadAllServers(saveObj.AllServersSave);
|
||||
loadCompanies(saveObj.CompaniesSave);
|
||||
loadFactions(saveObj.FactionsSave);
|
||||
loadFactions(saveObj.FactionsSave, Player);
|
||||
|
||||
if (Object.hasOwn(saveObj, "StaneksGiftSave")) {
|
||||
loadStaneksGift(saveObj.StaneksGiftSave);
|
||||
|
||||
Reference in New Issue
Block a user