Skip to content

Commit

Permalink
Update gamedata for TF2 version 9247927
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Oct 11, 2024
1 parent 020091b commit 2c1bcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/sourcemod/gamedata/friendlyfire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"library" "server"
"linux" "@_ZN11CBaseEntity20PhysicsDispatchThinkEMS_FvvE"
"windows" "\x55\x8B\xEC\xA1\x2A\x2A\x2A\x2A\x83\xEC\x08\x83\x78\x30\x00\x53"
"windows" "\x55\x8B\xEC\xA1\x2A\x2A\x2A\x2A\x83\xEC\x08\x83\x78\x30\x00\x53\x57"
}
"CWeaponMedigun::AllowedToHealTarget"
{
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/friendlyfire.sp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <tf2utils>
#include <pluginstatemanager>

#define PLUGIN_VERSION "1.2.9"
#define PLUGIN_VERSION "1.2.10"

#define TICK_NEVER_THINK -1.0
#define TF_CUSTOM_NONE 0
Expand Down

0 comments on commit 2c1bcbd

Please sign in to comment.