Updated game structs, variable symbols and references.

This commit is contained in:
Caball
2024-12-31 00:01:31 +01:00
parent 2516a48fc1
commit 3553cd49ff
11 changed files with 468 additions and 58 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ namespace notifies
scheduler::once([params, message, client_num]
{
const auto* guid = game::SV_GetGuid(client_num);
const auto* name = game::mp::svs_clients[client_num].name;
const auto* name = game::mp::svs->clients[client_num].name;
game_log::g_log_printf("%s;%s;%i;%s;%s\n",
params.get(0),