Use a global tick counter to throttle repeated insertion attempts in annihilation planes
shartte opened this issue ยท 0 comments
shartte commented
Instead of relying on the plane ticking itself to reset a blocked flag, use a global tick counter to keep track of the last time an insertion was attempted to prevent repeated attempts per tick. This is more efficient than waking up the plane each time.