mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-09 09:07:47 +02:00
API: Rename ns.gang.getOtherGangInformation to getAllGangInformation (#2635)
This commit is contained in:
@@ -384,6 +384,21 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
`- "White Ferrari" was renamed to "${convertV2GangEquipmentNames("White Ferrari")}".\n`,
|
||||
showWarning: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [
|
||||
{
|
||||
name: "ns.gang.getOtherGangInformation",
|
||||
migration: {
|
||||
searchValue: "getOtherGangInformation",
|
||||
replaceValue: "getAllGangInformation",
|
||||
},
|
||||
},
|
||||
],
|
||||
info:
|
||||
"ns.gang.getOtherGangInformation() was renamed to ns.gang.getAllGangInformation().\n" +
|
||||
"The function was renamed because it returns information about all gangs, including the player's own gang.",
|
||||
showWarning: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [{ name: "purchase4SMarketData" }],
|
||||
info:
|
||||
|
||||
Reference in New Issue
Block a user