mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
NETSCRIPT: Add .script deprecation notice & migration guide (#1007)
This commit is contained in:
@@ -166,7 +166,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
|
||||
(page: Page) => {
|
||||
if (page === Page.Job) {
|
||||
Router.toPage(page, { location: Locations[Object.keys(Player.jobs)[0]] });
|
||||
} else if (page == Page.ScriptEditor) {
|
||||
} else if (page == Page.ScriptEditor || page == Page.Documentation) {
|
||||
Router.toPage(page, {});
|
||||
} else if (isSimplePage(page)) {
|
||||
Router.toPage(page);
|
||||
|
||||
Reference in New Issue
Block a user