Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Aug 8, 2024
1 parent 567c2c6 commit f25d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/weapons/weapon_cs_base2/sv_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local meta = FindMetaTable("Player")
function meta:dropDRPWeapon(weapon)
if not self:IsValid() or not self:IsPlayer() then return end
if not weapon:IsValid() or not self:HasWeapon(weapon:GetClass()) then return end

if GAMEMODE.Config.restrictdrop then
local found = false
for k,v in pairs(CustomShipments) do
Expand Down

0 comments on commit f25d0c6

Please sign in to comment.