From a01da24c10fbc67873fdea60268c1731df93b748 Mon Sep 17 00:00:00 2001 From: Tyasuh <122596795+Tyasuh@users.noreply.github.com> Date: Fri, 3 Mar 2023 01:02:45 -0500 Subject: [PATCH] Complete partial revert of infinite loop detection (#406) --- src/GameOptions/ui/SystemPage.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/GameOptions/ui/SystemPage.tsx b/src/GameOptions/ui/SystemPage.tsx index 9f4b9ebbc..dd32d4476 100644 --- a/src/GameOptions/ui/SystemPage.tsx +++ b/src/GameOptions/ui/SystemPage.tsx @@ -140,17 +140,7 @@ export const SystemPage = (): React.ReactElement => { marks /> - (Settings.infiniteLoopDetection = newValue)} - text="Infinite loop detection" - tooltip={ - <> - If this is set, scripts can generate an execution timeout error when an ns function is called and the script - has been running synchronous operations for at least 7s. - - } - /> + (Settings.SuppressSavedGameToast = newValue)}