Skip to content

Commit

Permalink
fixed string category
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 18, 2024
1 parent 6a05e7c commit f9817fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/aircrafts/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private _category = LLSTRING(settingCategory);
QGVAR(jumpSimulation),
"LIST",
["Simulation Type","Combat jump simulation is a system that checks for lose equiped gear in the form of;\nnight vision googles, hats or glasses and make you lose the on a combat jump.\n None: No simulation is done.\n Basic: Lose gear unassigned.\n Advanced: Lose gear is removed."],
[_cScriptSettings, "7; Combat Jump Simulation"],
LLSTRING(settingCategory),
[[0,1,2], ["None", "Basic", "Advanced"], 2],
true,
{},
Expand All @@ -22,7 +22,7 @@ private _category = LLSTRING(settingCategory);
QEGVAR(Settings,jumpSimulationNVG),
"CHECKBOX",
["Include Night Vision Googles","Include equiped Night Vison Googles in the simulation."],
[_cScriptSettings, "7; Combat Jump Simulation"],
LLSTRING(settingCategory),
true,
true,
{},
Expand All @@ -32,7 +32,7 @@ private _category = LLSTRING(settingCategory);
QEGVAR(Settings,jumpSimulationGlasses),
"CHECKBOX",
["Include Non-combat Googles","Include Non-combat Googles in the simulation. This refere to sunshades and simular non-safety googles."],
[_cScriptSettings, "7; Combat Jump Simulation"],
LLSTRING(settingCategory),
true,
true,
{},
Expand All @@ -42,7 +42,7 @@ private _category = LLSTRING(settingCategory);
QEGVAR(Settings,jumpSimulationHat),
"CHECKBOX",
["Include Non-combat Headgear","Include Non-combat Headgear in the simulation. This refere to hats bandanas and baretes."],
[_cScriptSettings, "7; Combat Jump Simulation"],
LLSTRING(settingCategory),
true,
true,
{},
Expand Down

0 comments on commit f9817fb

Please sign in to comment.