Special-OPS, Scroll-Bug in Aircraft Marker
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user