Update sh_deploy.lua

This commit is contained in:
Haodong Mo 2020-07-12 17:09:41 +10:00
parent c8315247f5
commit af6405b262

View File

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