Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalwk committed Sep 4, 2023
2 parents 46b4dcd + ce43515 commit af34385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SAPP SCRIPTS/UTILITY MODS/Block Team Damage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function BlockDamage(victim, killer)

local k_team = get_var(k, '$team')
local v_team = get_var(v, '$team')

local same_team = (k_team == v_team)

local suicide = (k == v)

if (k > 0 and (not suicide) and same_team) then
Expand All @@ -45,4 +45,4 @@ end

function OnScriptUnload()
-- N/A
end
end

0 comments on commit af34385

Please sign in to comment.