mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
isClientSettable spelling
This commit is contained in:
parent
9e8b13cd2b
commit
1512e4c367
@ -28,7 +28,7 @@ class ACE_Settings {
|
|||||||
class GVAR(cursorKeepCentered) {
|
class GVAR(cursorKeepCentered) {
|
||||||
value = 0;
|
value = 0;
|
||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
isClientSetable = 1;
|
isClientSettable = 1;
|
||||||
displayName = "$STR_ACE_Interact_cursorKeepCentered";
|
displayName = "$STR_ACE_Interact_cursorKeepCentered";
|
||||||
description = "$STR_ACE_Interact_cursorKeepCenteredDescription";
|
description = "$STR_ACE_Interact_cursorKeepCenteredDescription";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user