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