1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fixed CheckPBOs Whitelist default value in module

This commit is contained in:
jonpas 2015-06-22 19:24:10 +02:00
parent ce0bbe60d3
commit ec5cc606c3

@ -67,9 +67,7 @@ class CfgVehicles {
displayName = CSTRING(CheckPBO_Whitelist_DisplayName);
description = CSTRING(CheckPBO_Whitelist_Description);
typeName = "STRING";
class values {
default = "[]";
};
defaultValue = "[]";
};
};
class ModuleDescription: ModuleDescription {