Переименовать команды чата
This commit is contained in:
parent
f3b318f16e
commit
4a0acef237
4
init.lua
4
init.lua
@ -303,7 +303,7 @@ minetest.register_chatcommand("abstain", {
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_chatcommand("vote_ignored", {
|
minetest.register_chatcommand("vote_list_ignored", {
|
||||||
privs = {
|
privs = {
|
||||||
vote_admin = true,
|
vote_admin = true,
|
||||||
},
|
},
|
||||||
@ -330,7 +330,7 @@ minetest.register_chatcommand("vote_ignore", {
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_chatcommand("vote_ignored_clear", {
|
minetest.register_chatcommand("vote_clear_ignored", {
|
||||||
privs = {
|
privs = {
|
||||||
vote_admin = true,
|
vote_admin = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user