Merge pull request #3922 from deathride58/earlygoonchatfixmirror
Early mirror of https://github.com/tgstation/tgstation/pull/32705
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user