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,7 +40,11 @@ end
|
||||||
|
|
||||||
function SWEP:Deploy()
|
function SWEP:Deploy()
|
||||||
if SERVER then
|
if SERVER then
|
||||||
self.Owner:SelectWeapon("weapon_zs_fists")
|
if GAMEMODE.ZombieEscape then
|
||||||
|
self.Owner:SelectWeapon("weapon_zs_zeknife")
|
||||||
|
else
|
||||||
|
self.Owner:SelectWeapon("weapon_zs_fists")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue