mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 22:54:33 +00:00
On by default
This commit is contained in:
parent
48dddeb526
commit
5f323ddb27
1 changed files with 2 additions and 2 deletions
|
|
@ -51,9 +51,9 @@ function serverCmd(%client)
|
||||||
|
|
||||||
//Disable UE box on crash
|
//Disable UE box on crash
|
||||||
//Used if a clean crash is desired
|
//Used if a clean crash is desired
|
||||||
//memPatch("7dc7fc","90");
|
memPatch("7dc7fc","90");
|
||||||
//Loops Crash patch (Prevent the Uncaught Exception dialog from appearing)
|
//Loops Crash patch (Prevent the Uncaught Exception dialog from appearing)
|
||||||
//memPatch("006ff376", "909090909090");
|
memPatch("006ff376", "909090909090");
|
||||||
|
|
||||||
//Show Linux Icon in server list
|
//Show Linux Icon in server list
|
||||||
//memPatch("5C9628","80CB05");
|
//memPatch("5C9628","80CB05");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue