Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2023-12-29 14:51:44 +01:00
commit 0ef70d0b6a
2 changed files with 3 additions and 1 deletions

View File

@ -5394,7 +5394,7 @@ do -- SET_AIRBASE
function SET_AIRBASE:GetRandomAirbase() function SET_AIRBASE:GetRandomAirbase()
local RandomAirbase = self:GetRandom() local RandomAirbase = self:GetRandom()
self:F( { RandomAirbase = RandomAirbase:GetName() } ) --self:F( { RandomAirbase = RandomAirbase:GetName() } )
return RandomAirbase return RandomAirbase
end end

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.