Skip to content

Commit

Permalink
Implement bell07's alternate inv compatibility
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
Lazerbeak12345 authored Apr 16, 2022
1 parent 4282141 commit 9c2c4dd
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 9c2c4dd

Please sign in to comment.