diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 14:43:06 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 14:43:06 -0700 |
commit | 6f3cfe645e308b46ec18f3f1994bc311a6b30759 (patch) | |
tree | 66b80791897559758631f359c0a5ef93d0bc12b4 /init.lua | |
parent | c7ba2c1dfd090f7ec855ec86210e5eeb05950f7a (diff) |
Print out when we're done loading, just for spam.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,5 @@ of the license, or (at your option) any later version. --]] dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua") + +minetest.log("action", S("[crops] loaded.")) |