From ba432ea77cdf03fb9ff59d993133b035d9926b09 Mon Sep 17 00:00:00 2001 From: Thomas-AC-Dev <50278460+Thomas-AC-Dev@users.noreply.github.com> Date: Fri, 10 May 2019 08:31:15 -0700 Subject: [PATCH] Improve feedback message upon reporting (#408) --- mods/other/report/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/other/report/init.lua b/mods/other/report/init.lua index 7185ed3..0a54ca0 100644 --- a/mods/other/report/init.lua +++ b/mods/other/report/init.lua @@ -85,6 +85,6 @@ minetest.register_chatcommand("report", { end end - return true, "Reported. We'll get back to you." + return true, "Report has been sent." end })