Merge pull request #1513 from FlightControl-Master/AA-2

Update Airboss.lua
This commit is contained in:
Applevangelist 2021-04-22 10:39:04 +02:00 committed by GitHub
commit 002f1e09ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17739,7 +17739,7 @@ function AIRBOSS:onbeforeSave(From, Event, To, path, filename)
-- Check default path.
if path==nil and not lfs then
self:E(self.lid.."WARNING: lfs not desanitized. Results will be saved in DCS installation root directory rather than your \"Saved Games\DCS\" folder.")
self:E(self.lid.."WARNING: lfs not desanitized. Results will be saved in DCS installation root directory rather than your \"Saved Games\\DCS\" folder.")
end
return true