Rotfuchs-von-Vulpes / what_is_this_owo-minetest

Two mods for minetest
https://forum.minetest.net/viewtopic.php?f=9&t=28072
2 stars 0 forks source link

Crash indexing nil tiles #5

Closed Ocraw closed 1 month ago

Ocraw commented 1 month ago

https://github.com/Rotfuchs-von-Vulpes/what_is_this_owo-minetest/blob/dcc2e8bc6bff8bd5e228b83c4442639090997afa/help.lua#L182-L184

...
elseif tiles then 
    if not tiles[1] then
...

Tested on mineclonia, sunflowers crash the game, changing that part as above fixes it for me, not sure if it causes issues with other blocks tho.

Rotfuchs-von-Vulpes commented 1 month ago

fix!