Skip to content

Commit

Permalink
Update ClientSlotOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
komashchenko committed May 24, 2024
1 parent 1967490 commit ac2a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client_cvar_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
constexpr int CLIENTLANGUAGEID = INT_MAX;
constexpr int CLIENTOPERATINGSYSTEMID = INT_MAX - 1;
constexpr int ProcessRespondCvarValueOffset = WIN_LINUX(38, 40);
constexpr int ClientSlotOffset = WIN_LINUX(208, 224);
constexpr int ClientSlotOffset = WIN_LINUX(72, 88);

ClientCvarValue g_ClientCvarValue;
PLUGIN_EXPOSE(ClientCvarValue, g_ClientCvarValue);
Expand Down

0 comments on commit ac2a46e

Please sign in to comment.