Update sh_deploy.lua

This commit is contained in:
Haodong Mo 2020-07-12 19:22:29 +10:00
parent af6405b262
commit f74bf79791

View File

@ -264,7 +264,7 @@ function SWEP:Holster(wep)
self:KillShields()
if IsValid(self.HolsterSwitchTo) then
self:GetOwner():SelectWeapon(self.HolsterSwitchTo)
self:GetOwner():SelectWeapon(self.HolsterSwitchTo:GetClass())
end
local vm = self:GetOwner():GetViewModel()