From 93b5c6096c14d7dc683cbda9f54e2bdc7c4e5fd7 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Sun, 28 Aug 2022 12:14:55 -0400 Subject: [PATCH] MPB stability fix --- Classic/scripts/autoexec/MemPatches.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index 14db81c..e016108 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -55,3 +55,6 @@ function serverCmd(%client) //Show Linux Icon in server list //memPatch("5C9628","80CB05"); + +//Bahke MPB stability fix +memPatch("614120","9090"); \ No newline at end of file