fix: restore UGameEngine::Tick on exit
This commit is contained in:
parent
8ea599ccc6
commit
641e20e82a
@ -93,6 +93,7 @@ namespace Interlude
|
|||||||
restore((void*&)__OnEndItemList);
|
restore((void*&)__OnEndItemList);
|
||||||
restore((void*&)__GetMaxTickRate);
|
restore((void*&)__GetMaxTickRate);
|
||||||
restore((void*&)__OnDie);
|
restore((void*&)__OnDie);
|
||||||
|
restore((void*&)__Tick);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __fastcall GameEngineWrapper::__OnSkillListPacket_hook(GameEngine* This, uint32_t, L2ParamStack& stack)
|
void __fastcall GameEngineWrapper::__OnSkillListPacket_hook(GameEngine* This, uint32_t, L2ParamStack& stack)
|
||||||
|
Loading…
Reference in New Issue
Block a user