diff --git a/game/match_sounds.go b/game/match_sounds.go index 31872d3..71b368b 100644 --- a/game/match_sounds.go +++ b/game/match_sounds.go @@ -25,7 +25,5 @@ func UpdateMatchSounds() { {"end", "wav", float64(MatchTiming.AutoDurationSec + MatchTiming.PauseDurationSec + MatchTiming.TeleopDurationSec)}, {"abort", "wav", -1}, - {"rotation", "wav", -1}, - {"position", "wav", -1}, } } diff --git a/static/audio/position.wav b/static/audio/position.wav deleted file mode 100644 index 6f51d12..0000000 Binary files a/static/audio/position.wav and /dev/null differ diff --git a/static/audio/rotation.wav b/static/audio/rotation.wav deleted file mode 100644 index fb40c19..0000000 Binary files a/static/audio/rotation.wav and /dev/null differ diff --git a/static/audio/warning.wav b/static/audio/warning.wav index 978ba0d..93081ac 100644 Binary files a/static/audio/warning.wav and b/static/audio/warning.wav differ