mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed explicitly stated isClientSettable
in Map Gestures ace settings
This commit is contained in:
parent
3cbe6a3ebc
commit
2b0ef7bc6d
@ -3,7 +3,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(enabled_displayName);
|
||||
description = CSTRING(enabled_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "BOOL";
|
||||
value = 1;
|
||||
};
|
||||
@ -11,7 +10,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(maxRange_displayName);
|
||||
description = CSTRING(maxRange_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "SCALAR";
|
||||
value = 7;
|
||||
};
|
||||
@ -19,7 +17,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(interval_displayName);
|
||||
description = CSTRING(interval_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "SCALAR";
|
||||
value = 0.03;
|
||||
};
|
||||
@ -51,7 +48,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(GroupColorConfigurations_displayName);
|
||||
description = CSTRING(GroupColorConfigurations_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "ARRAY";
|
||||
value[] = {};
|
||||
};
|
||||
@ -59,7 +55,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(GroupColorConfigurationsGroups_displayName);
|
||||
description = CSTRING(GroupColorConfigurationsGroups_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "ARRAY";
|
||||
value[] = {};
|
||||
};
|
||||
@ -67,7 +62,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(GroupColorConfigurationsGroupIndex_displayName);
|
||||
description = CSTRING(GroupColorConfigurationsGroupIndex_description);
|
||||
category = CSTRING(mapGestures_category);
|
||||
isClientSettable = 0;
|
||||
typeName = "ARRAY";
|
||||
value[] = {};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user