Temp fix to squelch errors on reload
This commit is contained in:
parent
0815a48e42
commit
dae0b072c6
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ function meta:ApplyPlayerProperties(ply)
|
||||||
self:SetSkin( ply:GetSkin() or 1 )
|
self:SetSkin( ply:GetSkin() or 1 )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function meta:RestartGesture(act)
|
||||||
|
-- was previously deprecated. will update later, this is to stop errors.
|
||||||
|
end
|
||||||
|
|
||||||
function meta:GetVolume()
|
function meta:GetVolume()
|
||||||
local mins, maxs = self:OBBMins(), self:OBBMaxs()
|
local mins, maxs = self:OBBMins(), self:OBBMaxs()
|
||||||
return (maxs.x - mins.x) + (maxs.y - mins.y) + (maxs.z - mins.z)
|
return (maxs.x - mins.x) + (maxs.y - mins.y) + (maxs.z - mins.z)
|
||||||
|
|
Loading…
Reference in a new issue