We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e635b4b commit 8a582a7Copy full SHA for 8a582a7
mods/ctf/ctf_modebase/mode_vote.lua
@@ -129,9 +129,8 @@ function ctf_modebase.mode_vote.start_vote()
129
timer = minetest.after(VOTING_TIME, ctf_modebase.mode_vote.end_vote)
130
formspec_send_timer = minetest.after(2, send_formspec)
131
else
132
- ctf_modebase.current_mode_matches = mode_defined_rounds
133
- ctf_modebase.mode_on_next_match = new_mode
134
- ctf_modebase.start_match_after_vote()
+ votes = {mode_defined_rounds}
+ ctf_modebase.mode_vote.end_vote()
135
end
136
137
0 commit comments