mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
MISC: Remove APIs that were deprecated a long time ago (#2088)
This commit is contained in:
@@ -30,6 +30,7 @@ import { exportMaterial } from "../Corporation/Actions";
|
||||
import { getGoSave, loadGo } from "../Go/SaveLoad";
|
||||
import { showAPIBreaks } from "./APIBreaks/APIBreak";
|
||||
import { breakInfos261 } from "./APIBreaks/2.6.1";
|
||||
import { breakInfos300 } from "./APIBreaks/3.0.0";
|
||||
|
||||
/** Function for performing a series of defined replacements. See 0.58.0 for usage */
|
||||
function convert(code: string, changes: [RegExp, string][]): string {
|
||||
@@ -545,4 +546,7 @@ Error: ${e}`,
|
||||
}
|
||||
if (found) Terminal.error("Filenames with whitespace found and corrected, see console for details.");
|
||||
}
|
||||
if (ver < 44) {
|
||||
showAPIBreaks("3.0.0", ...breakInfos300);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user