mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Airboss.lua
Escape error
This commit is contained in:
parent
eb659446df
commit
f4f12f786c
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user