From 903b885ea26461859ac8a3c0a1278232de5de3d5 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:59:17 +0700 Subject: [PATCH] UI: Change notice for breaking changes in v2 (#2426) --- src/utils/V2Modal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/V2Modal.tsx b/src/utils/V2Modal.tsx index d3cad4f04..d9058caf1 100644 --- a/src/utils/V2Modal.tsx +++ b/src/utils/V2Modal.tsx @@ -13,8 +13,7 @@ export const V2Modal = (): React.ReactElement => { const [open, setOpen] = useState(v2ModalOpen); return ( undefined}> - Welcome to bitburner v2.0.0!{" "} - While this version does not change the game a lot, it does have quite a few API breaks.{" "} + NOTICE FOR BREAKING CHANGES IN V2 A file was added to your home computer called V2_0_0_API_BREAK.txt and it is highly recommended you take a look at this file. It explains where most of the API break have occurred.