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

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