MISC: Remove support for running NS1 scripts (#2083)

This commit is contained in:
catloversg
2025-04-12 03:41:48 +07:00
committed by GitHub
parent 571cc8f886
commit a9900072da
24 changed files with 86 additions and 347 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import { Page } from "../../../ui/Router";
export function sendDeprecationNotice() {
return Terminal.printRaw(
<Typography sx={{ color: Settings.theme.warning }}>
NOTICE: Accessing the Netscript API via .script files is deprecated and will be removed in a future update.{" "}
<Typography sx={{ color: Settings.theme.error }}>
Running .script files is unsupported.{" "}
<Link
style={{ cursor: "pointer" }}
color="inherit"