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