Skip to content

Commit

Permalink
In theory; patches a missile exploit
Browse files Browse the repository at this point in the history
Untested; just want to get this into dev before I forget
  • Loading branch information
marchc1 committed Feb 11, 2025
1 parent 049ac4f commit 039450a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/entities/acf_missile/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -737,3 +737,7 @@ function ENT:ACF_OnDamage(DmgResult, DmgInfo)

return HitRes -- This function needs to return HitRes
end

function ENT:CFW_OnParented(Entity, _)
Entity:SetParent()
end

0 comments on commit 039450a

Please sign in to comment.