bots component, crashing somewhere?

This commit is contained in:
m
2022-05-19 11:42:09 -05:00
parent aeb7cbb1d3
commit 58f0227568
3 changed files with 8 additions and 8 deletions

View File

@ -106,4 +106,4 @@ namespace bots
};
}
//REGISTER_COMPONENT(bots::component)
REGISTER_COMPONENT(bots::component)

View File

@ -207,7 +207,7 @@ namespace scheduler
a.jmp(0x6A6310_b);
}), true);
//g_run_frame_hook.create(SELECT_VALUE(0x0, 0x417940_b), scheduler::server_frame_stub);
g_run_frame_hook.create(SELECT_VALUE(0x0, 0x417940_b), scheduler::server_frame_stub);
main_frame_hook.create(SELECT_VALUE(0x0, 0x3438B0_b), scheduler::main_frame_stub);
//hks_frame_hook.create(SELECT_VALUE(0x0, 0x0), scheduler::hks_frame_stub); // no scripting for now
}