]> git.lizzy.rs Git - dragonfireclient.git/commit
Fix Minetest blaming the wrong mod for errors (#12241)
authorLars Müller <34514239+appgurueu@users.noreply.github.com>
Mon, 9 May 2022 18:42:43 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 18:42:43 +0000 (20:42 +0200)
commit089797dbe68679b744304ba016e08d30df15ab28
treefb0d755c98145dc60fca79bb361552735b8112cf
parent53c70b5f27f2978029cb40845a82b681c844ec42
Fix Minetest blaming the wrong mod for errors (#12241)

Covers the case where mods insert their callbacks manually into "minetest.registered_<callbacks>" (often to achieve a particular order of execution).
builtin/client/register.lua
builtin/game/item.lua
builtin/game/register.lua