From f25d0c65cec84c9a771e1d12360bb85bdce78bbf Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Thu, 8 Aug 2024 17:14:14 +0200 Subject: [PATCH] Remove trailing whitespace --- entities/weapons/weapon_cs_base2/sv_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/weapons/weapon_cs_base2/sv_commands.lua b/entities/weapons/weapon_cs_base2/sv_commands.lua index 1a656e276..c0076eff7 100644 --- a/entities/weapons/weapon_cs_base2/sv_commands.lua +++ b/entities/weapons/weapon_cs_base2/sv_commands.lua @@ -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