Replace game-specific warning sound with steam whistle

This commit is contained in:
Ken Schenke
2020-04-01 20:40:40 -05:00
parent 724c2e699e
commit e2e57360bb
4 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,5 @@ func UpdateMatchSounds() {
{"end", "wav", float64(MatchTiming.AutoDurationSec + MatchTiming.PauseDurationSec +
MatchTiming.TeleopDurationSec)},
{"abort", "wav", -1},
{"rotation", "wav", -1},
{"position", "wav", -1},
}
}