diff options
-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.") |