Remove report sending to email
This commit is contained in:
parent
ae8005a1f4
commit
493a11a213
1 changed files with 0 additions and 3 deletions
|
@ -85,9 +85,6 @@ minetest.register_chatcommand("report", {
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Email to admin
|
|
||||||
email.send_mail(name, minetest.setting_get("name"), msg)
|
|
||||||
|
|
||||||
return true, "Reported. We'll get back to you."
|
return true, "Reported. We'll get back to you."
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue