mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
API: Rename FactionName.BachmanAssociates to FactionName.BachmanAndAssociates (#2183)
This commit is contained in:
@@ -198,5 +198,17 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
"This bug was fixed. Please check your code to see if it still works as you expect.",
|
||||
showPopUp: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [
|
||||
{
|
||||
name: "ns.enums.FactionName.BachmanAssociates",
|
||||
migration: { searchValue: "BachmanAssociates", replaceValue: "BachmanAndAssociates" },
|
||||
},
|
||||
],
|
||||
info:
|
||||
'The key of "Bachman & Associates" faction in the FactionName enum was renamed.\n' +
|
||||
'"ns.enums.FactionName.BachmanAssociates" has been automatically replaced with "ns.enums.FactionName.BachmanAndAssociates".',
|
||||
showPopUp: false,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user