mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-26 02:40:36 +01:00
call it "minetest_game" compatibility instead of "default" compatibility
This commit is contained in:
parent
1d8cb46272
commit
d7af0261f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user