Skip to content

Commit ce2fdd4

Browse files
authored
Update gamedata for TF2 version 9738181 (2025-05-12) (#20)
1 parent 5e60e5c commit ce2fdd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

addons/sourcemod/gamedata/tf-bhop.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"signature" "CTFGameMovement::CheckJumpButton"
6060
"linux"
6161
{
62-
"offset" "D3h"
62+
"offset" "D5h"
6363
"verify" "\x74" // jz
6464
"patch" "\xEB" // jmp
6565
}
6666
"windows"
6767
{
68-
"offset" "38Eh"
68+
"offset" "385h"
6969
"verify" "\x74" // jz
7070
"patch" "\xEB" // jmp
7171
}
@@ -85,7 +85,7 @@
8585
"signature" "CTFGameMovement::CheckJumpButton"
8686
"windows"
8787
{
88-
"offset" "42Bh"
88+
"offset" "41Fh"
8989
"verify" "\x75" // jnz
9090
"patch" "\xEB" // jmp
9191
}

0 commit comments

Comments
 (0)