mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed a logic failure with external sound files in SoundOutput.lua
This commit is contained in:
parent
6ffe69484c
commit
4fe1318e7c
@ -199,6 +199,8 @@ do -- Sound File
|
|||||||
else -- use internal path in miz file
|
else -- use internal path in miz file
|
||||||
self.path="l10n/DEFAULT/"
|
self.path="l10n/DEFAULT/"
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
self.path = Path
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Remove (back)slashes.
|
-- Remove (back)slashes.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user