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:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user