API: Rename FactionName.BachmanAssociates to FactionName.BachmanAndAssociates (#2183)

This commit is contained in:
catloversg
2025-06-26 03:11:37 +07:00
committed by GitHub
parent 78046ed21d
commit d7642b34d0
8 changed files with 25 additions and 13 deletions
+12
View File
@@ -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,
},
],
};