mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Module should default to true.
This commit is contained in:
parent
d487092d84
commit
d6632a0e45
@ -16,7 +16,7 @@ class CfgVehicles {
|
||||
displayName = "Allow";
|
||||
description = "Allow export of all settings to a server config formatted.";
|
||||
typeName = "BOOL";
|
||||
defaultValue = 0;
|
||||
defaultValue = 1;
|
||||
};
|
||||
};
|
||||
class ModuleDescription {
|
||||
|
Loading…
Reference in New Issue
Block a user