diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-07-11 21:52:23 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-07-11 21:52:23 +0200 |
commit | 0977bbc809151e507f78b176993339aa883308ca (patch) | |
tree | 76f8708576f7f9ec74d4dda2dd6243cb99c16d4c | |
parent | e315dd323532b07e77c9e9975bbc7dafff3bd2cf (diff) |
Put mod load print at bottom
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.")) |