Open Andarius68 opened 5 months ago
get_children()
may return no value if the entity d.paste_preview.object
is already gone/removed from the world.
I do yet not know how this mod works, or what it is supposed to to. Leaving it here in case someone would like to fix it. Possible minimalistic fix: (needs testing for visibility side-effects or follow-up errors)
for _, objref in pairs(d.paste_preview.object:get_children() or {}) do
I just had this in my log file following a server crash and interestingly enough I wasn't using the edit mod for anything at the time. I had used it earlier in the day though. About an hour prior. But at this time I was simply breaking a mossy cobblestone block and using the replacer mod by Sokomine to place some of those onto a recent build.