From 0ddf009a155e60362d9894af57e5c940b248ec1e Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 14 Mar 2016 12:24:32 +0100 Subject: [PATCH] Don't create LSP socket --- src/Components/Modules/QuickPatch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 445404a0..82d01de9 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -105,6 +105,7 @@ namespace Components Utils::Hook::Set(0x49C220, 0xC3); // We wanted to send a logging packet, but we haven't connected to LSP! Utils::Hook::Set(0x4BD900, 0xC3); // main LSP response func Utils::Hook::Set(0x682170, 0xC3); // Telling LSP that we're playing a private match + Utils::Hook::Nop(0x4FD448, 5); // Don't create lsp_socket // Don't delete config files if corrupted Utils::Hook::Set(0x47DCB3, 0xEB);