Open Eldrinn-Elantey opened 7 months ago
I think I see what could have happened here: https://github.com/narc0tiq/YARM/blob/06c7ddb2521001af4077dba6043bcc20153f4d3c/resmon.lua#L462-L465
We take the next entity from next_to_scan
and assume it still exists but any number of ticks may have passed since it was added -- the entity might have been mined away, especially with a particularly fast miner. Should be a relatively easy fix.