forked from nalc/awards
Remove outdated /cawards command for real
This commit is contained in:
parent
963c5772df
commit
50349917e5
@ -36,16 +36,6 @@ minetest.register_chatcommand("awards", {
|
|||||||
end
|
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", {
|
minetest.register_chatcommand("awd", {
|
||||||
params = "award name",
|
params = "award name",
|
||||||
description = "awd: Details of awd gotten",
|
description = "awd: Details of awd gotten",
|
||||||
|
Loading…
Reference in New Issue
Block a user