From 493a11a213ab92e85230c279b1ef41b317b76e0f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 23 Jun 2018 15:33:18 +0100 Subject: [PATCH] Remove report sending to email --- mods/report/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/mods/report/init.lua b/mods/report/init.lua index bbd61db..7185ed3 100644 --- a/mods/report/init.lua +++ b/mods/report/init.lua @@ -85,9 +85,6 @@ minetest.register_chatcommand("report", { end end - -- Email to admin - email.send_mail(name, minetest.setting_get("name"), msg) - return true, "Reported. We'll get back to you." end })