ace setting string added for ace_zeus_autoAddObjects

This commit is contained in:
alganthe 2015-09-27 15:35:32 +02:00
parent 02faf0a104
commit 38fe56472e

View File

@ -23,5 +23,7 @@ class ACE_Settings {
class GVAR(autoAddObjects) {
typeName = "BOOL";
value = 0;
displayName = CSTRING(AddObjectsToCurator);
description = CSTRING(AddObjectsToCurator_desc);
};
};