git-svn-id: http://gmodcapsadmin.googlecode.com/svn/trunk/addons/pac3@33 047d434e-d786-fb00-e516-99c5e643cd71
This commit is contained in:
CapsAdmin 2012-06-02 21:39:35 +00:00
parent 6b88e1b9d6
commit 7d251f695a

View File

@ -591,7 +591,7 @@ do -- meta
local owner = self:GetOwner()
if owner.GetActiveWeapon then
local wep = ply:GetActiveWeapon()
local wep = owner:GetActiveWeapon()
if wep:IsValid() then
self:WeaponChanged(wep)
end