mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
API: Rename BN multiplier RepToDonateToFaction to FavorToDonateToFaction (#2178)
This commit is contained in:
@@ -179,5 +179,17 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
'It has been automatically replaced with "ns.stock.has4SDataTixApi()".',
|
||||
showPopUp: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [
|
||||
{
|
||||
name: "ns.getBitNodeMultipliers().RepToDonateToFaction",
|
||||
migration: { searchValue: "RepToDonateToFaction", replaceValue: "FavorToDonateToFaction" },
|
||||
},
|
||||
],
|
||||
info:
|
||||
"ns.getBitNodeMultipliers().RepToDonateToFaction was removed.\n" +
|
||||
'It has been automatically replaced with "ns.getBitNodeMultipliers().FavorToDonateToFaction".',
|
||||
showPopUp: false,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user