added logging to player_skins mod and wielditem mod

This commit is contained in:
kaadmy 2015-10-17 14:15:34 -07:00
parent c0e429b624
commit 16d8a18f52
2 changed files with 5 additions and 1 deletions

View File

@ -131,4 +131,6 @@ minetest.register_chatcommand(
end
})
minetest.after(1.0, load_skins)
minetest.after(1.0, load_skins)
default.log("mod:player_skins", "loaded")

View File

@ -17,3 +17,5 @@ local function step(dtime)
end
minetest.register_globalstep(step)
default.log("mod:wielditem", "loaded")