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
|
||||
self.path="l10n/DEFAULT/"
|
||||
end
|
||||
else
|
||||
self.path = Path
|
||||
end
|
||||
|
||||
-- Remove (back)slashes.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user