mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
More hands style
This commit is contained in:
parent
fb09f4fd5a
commit
ca769fac66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user