diff options
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webAO/client.js b/webAO/client.js index dd4d486..3294a81 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -2459,17 +2459,6 @@ export function changeShoutVolume() { window.changeShoutVolume = changeShoutVolume; /** - * Triggered when the shout could not be found - */ -export function shoutMissing(self) { - if (self.src !== `${AO_HOST}misc/default/objection.opus`) { - self.src = `${AO_HOST}misc/default/objection.opus`; - self.play(); - } -} -window.shoutMissing = shoutMissing; - -/** * Triggered by the testimony volume slider. */ export function changeTestimonyVolume() { |
