1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-01 07:40:38 +02:00

Ajout message de chargement du mod dans le journal "action"

This commit is contained in:
sys4-fr
2018-12-24 01:57:58 +01:00
parent f991b676f4
commit 941bfc27f9

View File

@ -467,3 +467,5 @@ if armor.config.water_protect == true or armor.config.fire_protect == true then
armor.timer = 0
end)
end
minetest.log("action", "[3d_armor] loaded.")