Update Airboss.lua

Escape error
This commit is contained in:
Applevangelist 2021-04-21 18:52:44 +02:00 committed by GitHub
parent eb659446df
commit f4f12f786c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17846,7 +17846,7 @@ function AIRBOSS:onbeforeLoad(From, Event, To, path, filename)
-- Check default path. -- Check default path.
if path==nil and not lfs then 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 end
-- Set path or default. -- Set path or default.