Skip to content

Commit

Permalink
Update gamedata to fix multiple matches
Browse files Browse the repository at this point in the history
  • Loading branch information
FortyTwoFortyTwo committed Mar 1, 2023
1 parent aa55954 commit 1e28ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamedata/randomizer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
{
"library" "server"
"linux" "@_ZNK9CTFPlayer30TeamFortress_CalculateMaxSpeedEb"
"windows" "\x55\x8B\xEC\x83\xEC\x18\x83\x3D\x2A\x2A\x2A\x2A\x00"
"windows" "\x55\x8B\xEC\x83\xEC\x18\x83\x3D\x2A\x2A\x2A\x2A\x00\x56"
}
"CTFPlayer::TakeHealth"
{
Expand Down Expand Up @@ -322,7 +322,7 @@
{
"library" "server"
"linux" "@_ZN15CTFPlayerShared16ActivateRageBuffEP11CBaseEntityi"
"windows" "\x55\x8B\xEC\x51\xF3\x0F\x10\x05\x2A\x2A\x2A\x2A\x56\x8B\xF1"
"windows" "\x55\x8B\xEC\x51\xF3\x0F\x10\x05\x2A\x2A\x2A\x2A\x56\x8B\xF1\x57"
}
"CTFPlayerShared::SetCarryingRuneType"
{
Expand Down

0 comments on commit 1e28ae7

Please sign in to comment.