Залив
This commit is contained in:
9
lua/entities/mg_slug/cl_init.lua
Normal file
9
lua/entities/mg_slug/cl_init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
include("shared.lua")
|
||||
|
||||
local base = baseclass.Get(ENT.Base)
|
||||
|
||||
function ENT:DrawTracer()
|
||||
if (GetViewEntity() == self:GetOwner()) then
|
||||
base.DrawTracer(self)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user