Skip to content

Commit

Permalink
Update sv_player_ext.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXonte authored Oct 22, 2024
1 parent b39cae6 commit 954ad8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gamemodes/terrortown/gamemode/server/sv_player_ext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1410,10 +1410,10 @@ function plymeta:CanSafeDropAmmo(wep)
if not IsValid(self) or not (IsValid(wep) and wep.AmmoEnt) then
return false
end
if wep.AmmoEnt == "" then
return false
end

if wep.AmmoEnt == "" then
return false
end

local tr = TraceAmmoDrop(self)

Expand Down

0 comments on commit 954ad8c

Please sign in to comment.