mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-26 06:11:52 +00:00
purposed cleanup
This commit is contained in:
@ -173,7 +173,8 @@ namespace test
|
||||
//utils::hook::jump(0x4D3296, our_funny_hook);
|
||||
|
||||
// test usercall detour!
|
||||
scr_getentityid_hook.create(0x692520, scr_getentityid_stub);
|
||||
scr_getentityid_hook.create(game::Scr_GetEntityId(), scr_getentityid_stub);
|
||||
// scr_getentityid_hook.create(game::SL_GetStringOfSize.get(), sl_getstringofsize_stub);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user