diff --git a/src/component/scheduler.cpp b/src/component/scheduler.cpp index 119b0dd..8c83c00 100644 --- a/src/component/scheduler.cpp +++ b/src/component/scheduler.cpp @@ -101,7 +101,7 @@ namespace scheduler void cl_frame_stub(game::LocalClientNum_t local) { - reinterpret_cast(0x041C9B0)(local); + reinterpret_cast(0x41C9B0)(local); execute(pipeline::client); } } @@ -162,7 +162,7 @@ namespace scheduler async_thread_id = thread.get_id(); - utils::hook::call(0x04E4A0D, cl_frame_stub); + utils::hook::call(0x4E4A0D, cl_frame_stub); } }; } diff --git a/src/component/user_info.cpp b/src/component/user_info.cpp index 1b8a276..5a785d1 100644 --- a/src/component/user_info.cpp +++ b/src/component/user_info.cpp @@ -40,7 +40,6 @@ namespace user_info char bigTitle[_MAX_U64TOSTR_BASE2_COUNT]; _itoa_s(rand() % 512, bigTitle, sizeof(bigTitle), 10); - info.set("ec_TitleBg", bigTitle); game::CL_AddReliableCommand(_a1, utils::string::va("userinfo \"%s\"", info.build().data()));