diff --git a/toontown/toonbase/ClientStart.py b/toontown/toonbase/ClientStart.py index 50b28f5f..4559ab19 100755 --- a/toontown/toonbase/ClientStart.py +++ b/toontown/toonbase/ClientStart.py @@ -156,7 +156,6 @@ if base.musicManagerIsValid: music = base.loadMusic('phase_3/audio/bgm/tt_theme.ogg') if music: music.setLoop(1) - music.setVolume(0.9) music.play() notify.info('Loading the default GUI sounds...') DirectGuiGlobals.setDefaultRolloverSound(base.loadSfx('phase_3/audio/sfx/GUI_rollover.ogg'))