You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/sourcemod/gamedata/shavit.games.txt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -375,20 +375,20 @@
375
375
// https://asherkin.github.io/vtable/
376
376
"CBaseTrigger::PassesTriggerFilters"
377
377
{
378
-
"windows" "207"
379
-
"linux" "208"
378
+
"windows" "208"
379
+
"linux" "209"
380
380
}
381
381
// https://asherkin.github.io/vtable/
382
382
"CGameRules::IsSpawnPointValid"
383
383
{
384
-
"windows" "76"
384
+
"windows" "77"
385
385
"linux" "77"
386
386
}
387
387
// https://asherkin.github.io/vtable/
388
388
"CBasePlayer::UpdateStepSound"
389
389
{
390
-
"windows" "368"
391
-
"linux" "369"
390
+
"windows" "369"
391
+
"linux" "370"
392
392
}
393
393
}
394
394
@@ -399,13 +399,13 @@
399
399
// Update 2024-04-18: This fucking bitch got inlined on Windows so this signature is now to the first jump instruction of it to gtfo of doing the velocity stuff. https://i.imgur.com/LDq6Ubo.png
0 commit comments