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); } } }