From 50349917e55175229abb4ae558d2b027004137c4 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 1 Sep 2016 16:37:05 +0200 Subject: [PATCH] Remove outdated /cawards command for real --- chat_commands.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chat_commands.lua b/chat_commands.lua index 7277e42..1a299b6 100644 --- a/chat_commands.lua +++ b/chat_commands.lua @@ -36,16 +36,6 @@ minetest.register_chatcommand("awards", { end }) -minetest.register_chatcommand("cawards", { - params = "", - description = "awards: list awards in chat", - func = function(name, param) - awards.show_to(name, name, nil, true) - minetest.chat_send_player(name, "/cawards has been depreciated," .. - " use /awards c instead") - end -}) - minetest.register_chatcommand("awd", { params = "award name", description = "awd: Details of awd gotten",