1
0
mirror of https://github.com/Sokomine/locks.git synced 2025-06-29 21:40:24 +02:00

1 Commits

Author SHA1 Message Date
09385b7da5 Ajoute message de chargement du mod dans le journal "action" 2018-12-26 21:02:33 +01:00

View File

@ -798,3 +798,5 @@ dofile(minetest.get_modpath("locks").."/shared_locked_chest.lua");
dofile(minetest.get_modpath("locks").."/shared_locked_sign_wall.lua");
dofile(minetest.get_modpath("locks").."/shared_locked_xdoors2.lua");
dofile(minetest.get_modpath("locks").."/shared_locked_furnace.lua");
minetest.log("action", "[locks] loaded.")