More hands style

This commit is contained in:
Redox 2023-07-16 18:38:13 +02:00
parent fb09f4fd5a
commit ca769fac66
No known key found for this signature in database
GPG Key ID: C10A433A95068388

View File

@ -1,5 +1,4 @@
local SWEP = {Primary = {}, Secondary = {}}
local SWEP = { Primary = {}, Secondary = {} }
SWEP.Author = ""
SWEP.Contact = ""
@ -52,7 +51,7 @@ end
function SWEP:Initialize()
if self.SetHoldType then
self:SetHoldType"normal"
self:SetHoldType( "normal" )
else
self:SetWeaponHoldType( "normal" )
end