Print hexadecimal guids in chat gamelog command

This commit is contained in:
momo5502 2023-05-01 20:48:03 +02:00
parent 98156b9b07
commit 89a9b470ea

View File

@ -47,6 +47,9 @@ namespace patches
// print hexadecimal xuids in status command
utils::hook::copy_string(game::select(0x143050560, 0x140E85B00), "%12llx ");
// print hexadecimal xuids in chat game log command
utils::hook::set<char>(game::select(0x142FD9362, 0x140E16FA2), 'x');
// don't make script errors fatal error
utils::hook::call(game::select(0x1412CAC4D, 0x140158EB2), script_errors_stub);