Special-OPS, Scroll-Bug in Aircraft Marker

This commit is contained in:
PxlLoewe
2025-07-24 13:30:54 -07:00
parent 41e38f0f72
commit ca299f52e5
7 changed files with 15 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ export const useSounds = () => {
useEffect(() => {
if (typeof window !== "undefined") {
newMissionSound.current = new Audio("/sounds/Melder3.wav");
newMissionSound.current = new Audio("/sounds/DME-new-mission.wav");
}
}, []);