summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 86f66eb..0c714da 100644
--- a/init.lua
+++ b/init.lua
@@ -10,8 +10,6 @@ end
dofile(minetest.get_modpath("moreores").."/_config.txt")
-print(S("[moreores] loaded."))
-
--[[
****
More Ores
@@ -362,3 +360,5 @@ end
height_min = moreores_mithril_min_depth,
height_max = moreores_mithril_max_depth
})
+
+print(S("[moreores] loaded."))