mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
fixed ka50 lua
Missed two commas that broke the lua. Sorry about that. Thank you Torun!
This commit is contained in:
parent
06a82b2187
commit
547c2a142a
@ -318,7 +318,9 @@ ExportScript.ConfigEveryFrameArguments =
|
|||||||
[596] = "%0.4f", -- ZMS3_MagVar_counter_units {0.0,1.0}
|
[596] = "%0.4f", -- ZMS3_MagVar_counter_units {0.0,1.0}
|
||||||
-- Ambient Temperature
|
-- Ambient Temperature
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
[587] = "%0.4f" -- Ambient Temperature {-60, 50} = {-0.946, 0.788}
|
[587] = "%0.4f", -- Ambient Temperature {-60, 50} = {-0.946, 0.788}
|
||||||
|
|
||||||
|
[587] = "%0.4f", -- Ambient Temperature {-60, 50} = {-0.946, 0.788}
|
||||||
|
|
||||||
[104] = "%0.4f", -- collective_position
|
[104] = "%0.4f", -- collective_position
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user