Skip to content

Commit

Permalink
Add WorldModel
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeBenit committed Aug 18, 2016
1 parent b1ccd72 commit 7179910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/weapons/guigui_handcuffed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SWEP.Slot = 0
SWEP.SlotPos = 0
SWEP.Spawnable = false
SWEP.ViewModelFOV = 62
SWEP.WorldModel = ""
SWEP.ViewModelFlip = false
SWEP.AnimPrefix = "rpg"
SWEP.UseHands = true
Expand Down
1 change: 1 addition & 0 deletions lua/weapons/guigui_handcuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SWEP.SlotPos = 4
SWEP.Spawnable = true
SWEP.AdminOnly = true
SWEP.ViewModelFOV = 62
SWEP.WorldModel = ""
SWEP.ViewModelFlip = false
SWEP.AnimPrefix = "rpg"
SWEP.UseHands = true
Expand Down

0 comments on commit 7179910

Please sign in to comment.