1
0
mirror of https://repo.or.cz/minetest_hbarmor.git synced 2025-06-28 22:36:29 +02:00

1 Commits

Author SHA1 Message Date
5fdc974ebd Ajoute message de chargement du mod dans le journal "action" 2018-12-25 16:56:31 +01:00

View File

@ -152,3 +152,5 @@ minetest.register_globalstep(function(dtime)
end
if timer > 4 then timer = 0 end
end)
minetest.log("action", "[hbarmor] loaded.")