1
0
mirror of https://github.com/rubenwardy/email.git synced 2025-09-09 17:55:30 +02:00

Compare commits

1 Commits

Author SHA1 Message Date
sys4-fr
1e17fcdaff Ajoute message de chargement du mod dans le journal "action" 2018-12-25 15:15:28 +01:00

View File

@@ -223,3 +223,5 @@ minetest.register_chatcommand("mail", {
dofile(minetest.get_modpath("email") .. "/hud.lua") dofile(minetest.get_modpath("email") .. "/hud.lua")
email.init() email.init()
minetest.log("action", "[email] loaded.")