mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +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
|
||||
|
||||
if minetest.get_modpath("default") then
|
||||
dofile(modpath.."/default.lua")
|
||||
dofile(modpath.."/minetest_game.lua")
|
||||
end
|
||||
|
||||
if debug_dump then
|
||||
|
Reference in New Issue
Block a user