Fixed a logic failure with external sound files in SoundOutput.lua

This commit is contained in:
kaltokri 2023-12-28 16:38:26 +01:00
parent 6ffe69484c
commit 4fe1318e7c

View File

@ -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.