ACF-Team / ACF-3

ACF
MIT License
67 stars 54 forks source link

Debris fix #335

Closed LiddulBOFH closed 1 year ago

LiddulBOFH commented 1 year ago

Unified gib creating to 1 function Discovered that PrecacheGibs needs a delay to the next tick otherwise it won't make said gibs Now we have gibs on anything that can create them :) (for real this time)

TwistedTail commented 1 year ago

Wouldn't it just be enough to run ENT:PrecacheGibs() when the entity gets initialized by ACF?

LiddulBOFH commented 1 year ago

It probably would, I'll try that real quick.

LiddulBOFH commented 1 year ago

That seems like a no, which is odd considering the function suggests doing it when the prop is spawned.