We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e60e5c commit ce2fdd4Copy full SHA for ce2fdd4
1 file changed
addons/sourcemod/gamedata/tf-bhop.txt
@@ -59,13 +59,13 @@
59
"signature" "CTFGameMovement::CheckJumpButton"
60
"linux"
61
{
62
- "offset" "D3h"
+ "offset" "D5h"
63
"verify" "\x74" // jz
64
"patch" "\xEB" // jmp
65
}
66
"windows"
67
68
- "offset" "38Eh"
+ "offset" "385h"
69
70
71
@@ -85,7 +85,7 @@
85
86
87
88
- "offset" "42Bh"
+ "offset" "41Fh"
89
"verify" "\x75" // jnz
90
91
0 commit comments