Skip to content

Commit

Permalink
Merge pull request #2 from dacmot/Lazerbeak12345-patch-1
Browse files Browse the repository at this point in the history
Implement bell07's alternate inv compatibility
  • Loading branch information
dacmot authored Apr 22, 2022
2 parents f6de6c1 + 9c2c4dd commit c939ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end

dofile(modpath.."/craftguide.lua")
dofile(modpath.."/reveal.lua")
if (minetest.get_modpath("sfinv") and minetest.global_exists("sfinv")) then
if (minetest.get_modpath("sfinv") and minetest.global_exists("sfinv")) and sfinv.enabled then
dofile(modpath.."/sfinv.lua")
end

0 comments on commit c939ce0

Please sign in to comment.