Fix vote not clearing on new match (#908)
This commit is contained in:
parent
24c267c3b8
commit
b255cb3fbc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function ctf_match.vote_next(name)
|
|||
})
|
||||
end
|
||||
|
||||
ctf_match.register_on_new_match(vote.clear_vote)
|
||||
ctf_match.register_on_new_match(vote.clear)
|
||||
|
||||
minetest.register_chatcommand("vote", {
|
||||
privs = {
|
||||
|
|
Loading…
Reference in a new issue