Skip to content

Commit

Permalink
also change the reply sound for change menuNotificationVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
FIr3baL committed Jul 22, 2024
1 parent dfb5a01 commit f18ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_settings_window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ local function GetLobbyTabControls()
if freezeSettings then
return
end
Spring.PlaySoundFile("sounds/ring.wav", WG.Chobby.Configuration.menuNotificationVolume or 1) -- RING SOUND
Spring.PlaySoundFile("sounds/Alarm_light5_mixdown.wav", WG.Chobby.Configuration.menuNotificationVolume or 1) -- RING SOUND
end
}

Expand Down

0 comments on commit f18ad95

Please sign in to comment.