mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix invalid sdkhook offsets for CSS
(cherry picked from commit 1e85181f0a)
This commit is contained in:
parent
7f05b73d23
commit
4d585a0d5d
@ -639,15 +639,15 @@
|
||||
{
|
||||
"windows" "17"
|
||||
"windows64" "17"
|
||||
"linux" "16"
|
||||
"linux64" "16"
|
||||
"linux" "18"
|
||||
"linux64" "18"
|
||||
}
|
||||
"Spawn"
|
||||
{
|
||||
"windows" "29"
|
||||
"windows64" "29"
|
||||
"linux" "30"
|
||||
"linux64" "30"
|
||||
"windows" "24"
|
||||
"windows64" "24"
|
||||
"linux" "25"
|
||||
"linux64" "25"
|
||||
}
|
||||
"StartTouch"
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user