[ConnectProtocol] Skip intro cause of possible vid_restart

This commit is contained in:
momo5502 2017-02-12 20:45:34 +01:00
parent e6fb206d21
commit 215d8efe56

View File

@ -228,7 +228,7 @@ namespace Components
else else
{ {
// Only skip intro here, invocation will be done later. // Only skip intro here, invocation will be done later.
//Utils::Hook::Set<BYTE>(0x60BECF, 0xEB); Utils::Hook::Set<BYTE>(0x60BECF, 0xEB);
} }
} }
} }