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

Compare commits

2 Commits

Author SHA1 Message Date
sys4-fr
5d38479552 Correction de fonction globale vers locale 2019-02-03 18:50:02 +01:00
sys4-fr
1e17fcdaff Ajoute message de chargement du mod dans le journal "action" 2018-12-25 15:15:28 +01:00

View File

@@ -74,7 +74,7 @@ function email.get_formspec(name)
local fs = "vertlabel[0,0;Your Inbox]"
function row(fs, c1, date, from, msg)
local function row(fs, c1, date, from, msg)
date = minetest.formspec_escape(date)
from = minetest.formspec_escape(from)
msg = minetest.formspec_escape(msg)
@@ -223,3 +223,5 @@ minetest.register_chatcommand("mail", {
dofile(minetest.get_modpath("email") .. "/hud.lua")
email.init()
minetest.log("action", "[email] loaded.")