Fix crash notication "AlertBeep" not found.
This commit is contained in:
committed by
abcdefg30
parent
b7cee41c54
commit
12de56ff62
@@ -123,7 +123,7 @@ WorldLoaded = function()
|
|||||||
if a.Type == "boat" then
|
if a.Type == "boat" then
|
||||||
a.Destroy()
|
a.Destroy()
|
||||||
Media.DisplayMessage("Part of Carter's convoy passed through!")
|
Media.DisplayMessage("Part of Carter's convoy passed through!")
|
||||||
Media.PlaySoundNotification(GDI, "AlertBleep")
|
Media.PlaySoundNotification(GDI, "Beepy6")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user