Fix inconsistent name for module setting

This commit is contained in:
Glowbal 2016-05-08 13:44:51 +02:00
parent b08af3fea6
commit a526d33aba

View File

@ -71,7 +71,7 @@ class CfgVehicles {
};
};
};
class GVAR(autoAddObjects) {
class autoAddObjects {
displayName = CSTRING(AddObjectsToCurator);
description = CSTRING(AddObjectsToCurator_desc);
typeName = "BOOL";