Fix crash notication "AlertBeep" not found.

This commit is contained in:
Matthias Mailänder
2020-05-06 20:20:32 +02:00
committed by abcdefg30
parent b7cee41c54
commit 12de56ff62

View File

@@ -123,7 +123,7 @@ WorldLoaded = function()
if a.Type == "boat" then
a.Destroy()
Media.DisplayMessage("Part of Carter's convoy passed through!")
Media.PlaySoundNotification(GDI, "AlertBleep")
Media.PlaySoundNotification(GDI, "Beepy6")
end
end)