mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 05:20:31 +02:00
call it "minetest_game" compatibility instead of "default" compatibility
This commit is contained in:
@ -3,7 +3,7 @@ local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|||||||
local debug_dump = false
|
local debug_dump = false
|
||||||
|
|
||||||
if minetest.get_modpath("default") then
|
if minetest.get_modpath("default") then
|
||||||
dofile(modpath.."/default.lua")
|
dofile(modpath.."/minetest_game.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
if debug_dump then
|
if debug_dump then
|
||||||
|
Reference in New Issue
Block a user