diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 0017f9d9..5788f56e 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -256,6 +256,7 @@ namespace Components // dont run UPNP stuff on main thread Utils::Hook::Set(0x48A135, 0xC3); Utils::Hook::Set(0x48A151, 0xC3); + Utils::Hook::Nop(0x684080, 5); // Don't spam the console // spawn upnp thread when UPNP_init returns Utils::Hook::Hook(0x47982B, []()