Move flint and steel to fire mod

This commit is contained in:
Wuzzy 2017-02-01 16:31:27 +01:00
parent 3c1957b5b9
commit 1b76a91d6b
6 changed files with 35 additions and 35 deletions

View file

@ -191,7 +191,7 @@ minetest.register_abm({
end,
})
dofile(minetest.get_modpath(minetest.get_current_modname()).."/flint_and_steel.lua")
local time_to_load= os.clock() - init
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))