Skip to content

Commit

Permalink
Gamedata update for TF2 2021-06-22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Jun 22, 2021
1 parent fb8d7de commit dad9eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/gamedata/tf-bhop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"linux"
{
"signature" "CTFGameMovement::CheckJumpButton"
"offset" "204" // CTFGameMovement::CheckJumpButton+CC
"offset" "215" // CTFGameMovement::CheckJumpButton+D7
}
"windows"
{
"signature" "CTFGameMovement::CheckJumpButton"
"offset" "499" // CTFGameMovement::CheckJumpButton+1F3
"offset" "507" // CTFGameMovement::CheckJumpButton+1FB
}
}
"MemoryPatch_AllowBunnyJumping"
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/tf-bhop.sp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public Plugin myinfo =
name = "Team Fortress 2 Bunnyhop",
author = "Mikusch",
description = "Simple TF2 bunnyhopping plugin",
version = "1.4.5",
version = "1.4.6",
url = "https://github.com/Mikusch/tf-bhop"
}

Expand Down

0 comments on commit dad9eb9

Please sign in to comment.