Merge pull request #3922 from deathride58/earlygoonchatfixmirror

Early mirror of https://github.com/tgstation/tgstation/pull/32705
This commit is contained in:
LetterJay
2017-11-13 23:23:03 -06:00
committed by GitHub
@@ -607,7 +607,7 @@ $(function() {
sendVolumeUpdate();
internalOutput('<span class="internal boldnshit">Loaded music volume of: '+savedConfig.smusicVolume+'</span>', 'internal');
} else {
$('#adminMusic').prop('volume', opts.defaultMusicVolume);
$('#adminMusic').prop('volume', opts.defaultMusicVolume / 100);
}
(function() {