Skip to content

Commit

Permalink
Update Windows gamedata for 2024-04-18 TF2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Jun 7, 2024
1 parent 5762a2e commit f44302f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addons/sourcemod/gamedata/friendlyfire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"library" "server"
"linux" "@_ZN14CWeaponMedigun19AllowedToHealTargetEP11CBaseEntity"
"windows" "\x55\x8B\xEC\x53\x8B\xD9\x57\x8B\x93\x10\x02\x00\x00\x85\xD2\x0F\x84\x2A\x2A\x2A\x2A\xB9\xFF\x1F\x00\x00\x83\xFA\xFF\x74\x2A\x0F\xB7\xCA\xA1\x2A\x2A\x2A\x2A\xC1\xE1\x04\x8D\x78\x04\x03\xF9\x0F\x84\x2A\x2A\x2A\x2A\xC1\xEA\x10\x39\x57\x04\x0F\x85\x2A\x2A\x2A\x2A\x8B\x3F\x85\xFF\x0F\x84\x2A\x2A\x2A\x2A\x8B\x07\x8B\xCF\x8B\x80\x48\x01\x00\x00\xFF\xD0\x84\xC0\x0F\x84\x2A\x2A\x2A\x2A\x56\x8B\x75\x08\x85\xF6\x0F\x84\x2A\x2A\x2A\x2A\x8B\x06"
"windows" "\x55\x8B\xEC\x53\x8B\xD9\x56\x57\x8B\x93\x10\x02\x00\x00\x85\xD2\x0F\x84\x2A\x2A\x2A\x2A\xB9\xFF\x1F\x00\x00\x83\xFA\xFF\x74\x2A\x0F\xB7\xCA\xA1\x2A\x2A\x2A\x2A\xC1\xE1\x04\x8D\x78\x04\x03\xF9\x0F\x84\x2A\x2A\x2A\x2A\xC1\xEA\x10\x39\x57\x04\x0F\x85\x2A\x2A\x2A\x2A\x8B\x3F\x85\xFF\x0F\x84\x2A\x2A\x2A\x2A\x8B\x07\x8B\xCF\x8B\x80\x48\x01\x00\x00\xFF\xD0\x84\xC0\x0F\x84\x2A\x2A\x2A\x2A\x8B\x75\x08\x85\xF6\x74\x2A"
}
"CBaseEntity::InSameTeam"
{
Expand All @@ -55,13 +55,13 @@
{
"library" "server"
"linux" "@_ZN7CTFTeam9AddObjectEP11CBaseObject"
"windows" "\x55\x8B\xEC\x56\x8B\x75\x08\x57\x8B\xF9\x85\xF6\x74\x2A\x8B\x06\x8B\xCE\xFF\x50\x08\x8B\x00\x89\x45\x08\xEB\x2A\xC7\x45\x08\xFF\xFF\xFF\xFF\x8D\x45\x08\x50\x8D\x8F\x38\x23\x00\x00"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x8B\x4D\x08\x85\xC9\x74\x2A\x8B\x01\xFF\x50\x08\x8B\x00\xEB\x2A\x83\xC8\xFF\x89\x45\x08\x8D\x8E\xE4\x03\x00\x00"
}
"CTFTeam::RemoveObject"
{
"library" "server"
"linux" "@_ZN7CTFTeam12RemoveObjectEP11CBaseObject"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x57\x8B\xBE\x44\x23\x00\x00"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x83\xBE\xF0\x03\x00\x00\x00"
}
}
"Offsets"
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 @@ -25,7 +25,7 @@
#include <tf2_stocks>
#include <tf2utils>

#define PLUGIN_VERSION "1.2.7"
#define PLUGIN_VERSION "1.2.8"

#define TICK_NEVER_THINK -1.0
#define TF_CUSTOM_NONE 0
Expand Down

0 comments on commit f44302f

Please sign in to comment.