Merge pull request #1512 from FlightControl-Master/aa

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

View File

@ -17930,7 +17930,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