Skip to content

Commit

Permalink
Update to new sound
Browse files Browse the repository at this point in the history
  • Loading branch information
a-blob committed Oct 19, 2023
1 parent 9031428 commit f4f20cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/ctf/ctf_modebase/skip_vote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ function ctf_modebase.skip_vote.start_vote()

for _, player in ipairs(minetest.get_connected_players()) do
add_vote_hud(player)
minetest.sound_play("ctf_modebase_build_time_over", {
minetest.sound_play("ctf_modebase_notification", {
gain = 1.0,
pitch = 0.5,
pitch = 1.0,
}, true)
voters_count = voters_count + 1
end
Expand Down
Binary file not shown.

0 comments on commit f4f20cd

Please sign in to comment.