From 0977bbc809151e507f78b176993339aa883308ca Mon Sep 17 00:00:00 2001 From: Calinou Date: Thu, 11 Jul 2013 21:52:23 +0200 Subject: [PATCH] Put mod load print at bottom --- init.lua | 4 ++-- 1 file 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."))