Fixed offsets for SetClientName (#547)
This commit is contained in:
parent
549fea4b0a
commit
fdb80bd9cf
@ -189,9 +189,9 @@
|
|||||||
"SetUserCvar"
|
"SetUserCvar"
|
||||||
{
|
{
|
||||||
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
||||||
"windows" "29"
|
"windows" "30"
|
||||||
"linux" "67"
|
"linux" "68"
|
||||||
"mac" "67"
|
"mac" "68"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* CBaseClient::SetName(char const*);
|
* CBaseClient::SetName(char const*);
|
||||||
@ -200,9 +200,9 @@
|
|||||||
*/
|
*/
|
||||||
"SetClientName"
|
"SetClientName"
|
||||||
{
|
{
|
||||||
"windows" "28"
|
"windows" "29"
|
||||||
"linux" "66"
|
"linux" "67"
|
||||||
"mac" "66"
|
"mac" "67"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
|
Loading…
Reference in New Issue
Block a user