Update collision rules and teleport offsets in gamedata.json

This commit is contained in:
Michal 2026-01-26 20:50:01 +04:00 • committed by GitHub
parent 98f00073ab
commit 24dfcb3ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,14 +41,14 @@
}, },
"CBaseEntity_CollisionRulesChanged": { "CBaseEntity_CollisionRulesChanged": {
"offsets": { "offsets": {
"windows": 190, "windows": 185,
"linux": 190 "linux": 184
} }
}, },
"CBaseEntity_Teleport": { "CBaseEntity_Teleport": {
"offsets": { "offsets": {
"windows": 168, "windows": 162,
"linux": 167 "linux": 161
} }
}, },
"GameEntitySystem": { "GameEntitySystem": {