Remove report sending to email

This commit is contained in:
rubenwardy 2018-06-23 15:33:18 +01:00
parent ae8005a1f4
commit 493a11a213
No known key found for this signature in database
GPG key ID: A1E29D52FF81513C

View file

@ -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
})