Remove outdated /cawards command for real

This commit is contained in:
Wuzzy 2016-09-01 16:37:05 +02:00
parent 963c5772df
commit 50349917e5
1 changed files with 0 additions and 10 deletions

View File

@ -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",