mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Loops Crash Fix
This commit is contained in:
parent
d252b2cd80
commit
0971369060
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue