Command name change to avoid conflicts

This commit is contained in:
ezhh 2016-07-25 00:40:37 +01:00
parent 353f0f1ac9
commit 8b7edbd3a0

View File

@ -290,7 +290,7 @@ minetest.register_chatcommand("vanish", {
})
--announcements.
minetest.register_chatcommand("say", {
minetest.register_chatcommand("proclaim", {
params = "<text>",
description = "Sends text to all players",
privs = {server = true},