Update cl_laser.lua

This commit is contained in:
Darsu 2025-02-19 23:12:04 +07:00
parent 64b5e5bff5
commit e273bf82a2

View File

@ -147,6 +147,8 @@ function SWEP:DrawLasers(wm, behav)
if wm then
mdl = self.WModel
end
if !mdl then return end -- still not valid??
end
local wmnotdrawn = wm and self.LastWMDrawn != UnPredictedCurTime() and owner != lp