some minor changes (init.lua)

This commit is contained in:
Ralf Weinert 2019-04-17 22:29:56 +02:00
parent ff9b288db8
commit c4bc9c7fc7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ markers.mod_raz_present = minetest.get_modpath("raz")
if markers.mod_areas_present and markers.mod_raz_present then
minetest.log("error", "[" .. markers.modname .. "] areas and raz is installed - what shall be used!!!!!!")
elseif markers.mod_areas_present and not markers.mod_raz_present then
dofile(modpath.."/areas.lua")
dofile(markers.modpath.."/areas.lua")
minetest.log("action", "[" .. markers.modname .. "] areas is installed - load areas.lua")
elseif markers.mod_raz_present and not markers.mod_areas_present then
dofile(markers.modpath.."/raz.lua")