isClientSettable spelling

This commit is contained in:
PabstMirror 2015-04-28 14:09:26 -05:00
parent 9e8b13cd2b
commit 1512e4c367

View File

@ -28,7 +28,7 @@ class ACE_Settings {
class GVAR(cursorKeepCentered) {
value = 0;
typeName = "BOOL";
isClientSetable = 1;
isClientSettable = 1;
displayName = "$STR_ACE_Interact_cursorKeepCentered";
description = "$STR_ACE_Interact_cursorKeepCenteredDescription";
};