[Scheduler] Fix connect protocol
This commit is contained in:
parent
9f50c260c8
commit
78530a247d
@ -231,6 +231,11 @@ namespace Components
|
|||||||
{
|
{
|
||||||
// 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);
|
||||||
|
|
||||||
|
Scheduler::OnDelay([]()
|
||||||
|
{
|
||||||
|
Command::Execute("openmenu popup_reconnectingtoparty", false);
|
||||||
|
}, 8s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,8 @@ namespace Components
|
|||||||
|
|
||||||
void Scheduler::FrameHandler()
|
void Scheduler::FrameHandler()
|
||||||
{
|
{
|
||||||
|
Scheduler::ReadyHandler();
|
||||||
|
|
||||||
Scheduler::DelaySignal();
|
Scheduler::DelaySignal();
|
||||||
Scheduler::FrameSignal();
|
Scheduler::FrameSignal();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user