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
self.path="l10n/DEFAULT/"
end
else
self.path = Path
end
-- Remove (back)slashes.