Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
parent
c869467601
commit
5083ada500
2
init.lua
2
init.lua
@ -207,3 +207,5 @@ minetest.register_chatcommand("fail", {
|
|||||||
|
|
||||||
-- Create the same things for cookies
|
-- Create the same things for cookies
|
||||||
dofile(minetest.get_modpath("fail").."/cookie.lua")
|
dofile(minetest.get_modpath("fail").."/cookie.lua")
|
||||||
|
|
||||||
|
minetest.log("action", "[fail] loaded.")
|
||||||
|
Loading…
Reference in New Issue
Block a user