Vector 0.0.3

This commit is contained in:
Frank
2025-10-26 20:54:52 +01:00
parent 42221f406a
commit 2931b32ce6
4 changed files with 105 additions and 10 deletions

View File

@@ -20,6 +20,13 @@ _DATABASE:_RegisterCargos()
_DATABASE:_RegisterZones()
_DATABASE:_RegisterAirbases()
--- Function that writes to DCS log file
-- @param #string text Formatted text.
-- @param ... Format passed to string.format().
function printf(text, ...)
env.info(string.format(text, ...))
end
--- Check if os etc is available.
BASE:I("Checking de-sanitization of os, io and lfs:")
local __na = false