mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
CORPORATION: Rename setAutoJobAssignment API to setJobAssignment (#2146)
This commit is contained in:
@@ -94,4 +94,19 @@ export const breakInfos300: APIBreakInfo[] = [
|
||||
'It has been automatically replaced with "ns.ui.setTailTitle()".\n\n',
|
||||
showPopUp: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [
|
||||
{
|
||||
name: "ns.corporation.setAutoJobAssignment",
|
||||
migration: {
|
||||
searchValue: "setAutoJobAssignment",
|
||||
replaceValue: "setJobAssignment",
|
||||
},
|
||||
},
|
||||
],
|
||||
info:
|
||||
"ns.corporation.setAutoJobAssignment() was removed.\n" +
|
||||
'It has been automatically replaced with "ns.corporation.setJobAssignment()".\n\n',
|
||||
showPopUp: false,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user