Module should default to true.

This commit is contained in:
jaynus 2015-04-05 14:08:42 -07:00
parent d487092d84
commit d6632a0e45

View File

@ -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 {