Update status.cpp

This commit is contained in:
Edo 2023-05-13 18:11:19 +01:00 committed by GitHub
parent 66c64704aa
commit ebbb3fe195

View File

@ -37,7 +37,7 @@ namespace status
utils::hook::call(game::select(0x142246EDE, 0x14052C5CE), print_client_xuid);
utils::hook::copy_string(game::select(0x143050480, 0x140E85A20),
"num score ping guid name address qport \n");
"num score ping xuid name address qport \n");
utils::hook::copy_string(game::select(0x1430504E0, 0x140E85A80),
"--- ----- ---- ---------------- ---------------- ------------------------ ------ \n");
}