Update CalcIsAttackCriticalHelper offset

This commit is contained in:
Kenzzer 2025-05-01 23:07:12 +02:00
parent f6b70b56a0
commit 34d0323fc5
No known key found for this signature in database
GPG Key ID: A4474D96720FD722
2 changed files with 19 additions and 17 deletions

View File

@ -160,6 +160,7 @@
} }
"Offsets" "Offsets"
{ {
// CBasePlayer
"ForceRespawn" "ForceRespawn"
{ {
"windows" "337" "windows" "337"
@ -167,19 +168,28 @@
"linux" "338" "linux" "338"
"linux64" "338" "linux64" "338"
} }
"RemoveWearable"
{
"windows" "440"
"windows64" "440"
"linux" "441"
"linux64" "441"
}
// CTFWeaponBase
"CalcIsAttackCriticalHelper" "CalcIsAttackCriticalHelper"
{ {
"windows" "398" "windows" "400"
"windows64" "398" "windows64" "400"
"linux" "405" "linux" "407"
"linux64" "405" "linux64" "407"
} }
"CalcIsAttackCriticalHelperNoCrits" "CalcIsAttackCriticalHelperNoCrits"
{ {
"windows" "399" "windows" "401"
"windows64" "399" "windows64" "401"
"linux" "406" "linux" "408"
"linux64" "406" "linux64" "408"
} }
// CTFGameRules::IsHolidayActive // CTFGameRules::IsHolidayActive
@ -190,14 +200,6 @@
"linux" "140" "linux" "140"
"linux64" "140" "linux64" "140"
} }
"RemoveWearable"
{
"windows" "440"
"windows64" "440"
"linux" "441"
"linux64" "441"
}
} }
} }

@ -1 +1 @@
Subproject commit d8c250cd80e284401e6579f2c669af768d6525ae Subproject commit f559b1cc8f9e47d88e13bd46a220c32ec26af7b6