mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
headless instead of headLess
This commit is contained in:
parent
de6d9a3b9e
commit
802d43b843
@ -20,8 +20,8 @@ class CfgVemfReloaded
|
||||
// Global settings
|
||||
addons[] = {}; // Not used for now
|
||||
allowTWS = no; // Enable/disable the usage of TWS scopes by AI
|
||||
headLessClientSupport = no;
|
||||
headLessClientNames[] = {"HC1"};
|
||||
headlessClientSupport = no;
|
||||
headlessClientNames[] = {"HC1"};
|
||||
killPercentage = 100; // How much of total AI has to be killed for mission completion (in percentage)
|
||||
logCowardKills = yes; // Enable/disable logging of who killed AI whilst it was parachuting down
|
||||
maxGlobalMissions = 10; // Enable/disable global mission amount limit
|
||||
|
Loading…
Reference in New Issue
Block a user