Update init.lua

This commit is contained in:
Brett O'Donnell 2014-01-17 11:07:05 +10:30
parent 0026fc4d70
commit 42ebe27b3a

View File

@ -4,7 +4,7 @@ No Mapgen for Minetest
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com> Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-no_mapgen Source Code: https://github.com/cornernote/minetest-no_mapgen
License: GPLv3 License: BSD-3-Clause https://raw.github.com/cornernote/minetest-no_mapgen/master/LICENSE
]]-- ]]--
@ -89,4 +89,4 @@ if mapgen_flat then
end end
-- log that we started -- log that we started
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname())) minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname()))