call it "minetest_game" compatibility instead of "default" compatibility

This commit is contained in:
FaceDeer 2022-08-01 12:40:08 -06:00
parent 1d8cb46272
commit d7af0261f3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local modpath = minetest.get_modpath(minetest.get_current_modname())
local debug_dump = false
if minetest.get_modpath("default") then
dofile(modpath.."/default.lua")
dofile(modpath.."/minetest_game.lua")
end
if debug_dump then