Skip to content

Commit

Permalink
Grenades: Removed BaseClass init (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll authored Feb 4, 2024
1 parent 11c74b2 commit 9c803fd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ end
function ENT:Initialize()
self:SetModel(self.Model)

self.BaseClass.Initialize(self)

self:PhysicsInit(SOLID_VPHYSICS)
self:SetMoveType(MOVETYPE_VPHYSICS)
self:SetSolid(SOLID_BBOX)
Expand Down

0 comments on commit 9c803fd

Please sign in to comment.