mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Stringtable fix
This commit is contained in:
parent
ed66255b19
commit
d023139e8d
@ -22,7 +22,7 @@ class ACE_Settings {
|
|||||||
};
|
};
|
||||||
class GVAR(autoAddObjects) {
|
class GVAR(autoAddObjects) {
|
||||||
displayName = CSTRING(AddObjectsToCurator);
|
displayName = CSTRING(AddObjectsToCurator);
|
||||||
description = CSTRING(AddObjectsToCurator_descr);
|
description = CSTRING(AddObjectsToCurator_desc);
|
||||||
value = 0;
|
value = 0;
|
||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user