Fixed base gun display on scrolling to a map slot weapon.
This commit is contained in:
parent
f6034b5296
commit
08e90a1d8a
1 changed files with 5 additions and 1 deletions
|
@ -40,8 +40,12 @@ end
|
|||
|
||||
function SWEP:Deploy()
|
||||
if SERVER then
|
||||
if GAMEMODE.ZombieEscape then
|
||||
self.Owner:SelectWeapon("weapon_zs_zeknife")
|
||||
else
|
||||
self.Owner:SelectWeapon("weapon_zs_fists")
|
||||
end
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue