diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 22:20:10 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 22:20:10 -0700 |
commit | aa92db765522b2c0994ef22c30068c478834e71b (patch) | |
tree | 3aed30fbf001de24ac7234448f24b80a990c20c2 | |
parent | 6f3cfe645e308b46ec18f3f1994bc311a6b30759 (diff) |
cut'n'paste error
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ 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.")) +minetest.log("action", "[crops] loaded.") |