From 8b7edbd3a0f01c8d74483b2f16d29f55ee488836 Mon Sep 17 00:00:00 2001 From: ezhh Date: Mon, 25 Jul 2016 00:40:37 +0100 Subject: [PATCH] Command name change to avoid conflicts --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 48b9e25..2b8ee64 100644 --- a/init.lua +++ b/init.lua @@ -290,7 +290,7 @@ minetest.register_chatcommand("vanish", { }) --announcements. -minetest.register_chatcommand("say", { +minetest.register_chatcommand("proclaim", { params = "", description = "Sends text to all players", privs = {server = true},