From 0971369060f57f091ab4a64ecce299710c3cfc21 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 15 Feb 2025 10:46:54 -0500 Subject: [PATCH] Loops Crash Fix --- Classic/scripts/autoexec/MemPatches.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index f638eb4..ea21e3f 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -52,6 +52,8 @@ function serverCmd(%client) //Disable UE box on crash //Used if a clean crash is desired //memPatch("7dc7fc","90"); +//Loops Crash patch (Prevent the Uncaught Exception dialog from appearing) +//memPatch("006ff376", "909090909090"); //Show Linux Icon in server list //memPatch("5C9628","80CB05");