From 9e08e5c48980e7b012becd3c4b369decb496fe3e Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Sun, 8 May 2022 15:15:28 -0400 Subject: [PATCH] Linux Icon --- 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 833db4d..14db81c 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -52,3 +52,6 @@ function serverCmd(%client) //Disable UE box on crash //Used if a clean crash is desired //memPatch("7dc7fc","90"); + +//Show Linux Icon in server list +//memPatch("5C9628","80CB05");