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