Update init.lua

master
Brett O'Donnell 2014-01-17 11:06:26 +10:30
parent 08106d4bb6
commit 0424324193
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Critters for Minetest
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-critters
License: GPLv3
License: BSD-3-Clause https://raw.github.com/cornernote/minetest-critters/master/LICENSE
Fluffy
@ -23,4 +23,4 @@ critters.register(minetest.get_current_modname(), {
-- log that we started
if minetest.setting_get("log_mods") then
minetest.log("action", minetest.get_current_modname().." loaded")
end
end