From 5f323ddb27dfeaef149d183e830ea4ad5e1c2ad7 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 28 Apr 2025 12:40:12 -0400 Subject: [PATCH] On by default --- Classic/scripts/autoexec/MemPatches.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index ea21e3f..ff9b7eb 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -51,9 +51,9 @@ function serverCmd(%client) //Disable UE box on crash //Used if a clean crash is desired -//memPatch("7dc7fc","90"); +memPatch("7dc7fc","90"); //Loops Crash patch (Prevent the Uncaught Exception dialog from appearing) -//memPatch("006ff376", "909090909090"); +memPatch("006ff376", "909090909090"); //Show Linux Icon in server list //memPatch("5C9628","80CB05");