From 215d8efe56266fdbd6d132b7a8144ceb1655fc10 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 12 Feb 2017 20:45:34 +0100 Subject: [PATCH] [ConnectProtocol] Skip intro cause of possible vid_restart --- src/Components/Modules/ConnectProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/ConnectProtocol.cpp b/src/Components/Modules/ConnectProtocol.cpp index fbd2b7d4..445f9b65 100644 --- a/src/Components/Modules/ConnectProtocol.cpp +++ b/src/Components/Modules/ConnectProtocol.cpp @@ -228,7 +228,7 @@ namespace Components else { // Only skip intro here, invocation will be done later. - //Utils::Hook::Set(0x60BECF, 0xEB); + Utils::Hook::Set(0x60BECF, 0xEB); } } }