mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disabled client setting for menu style
This commit is contained in:
@ -155,6 +155,6 @@ class ACE_Settings {
|
|||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 0;
|
value = 0;
|
||||||
values[] = {"$STR_ACE_Medical_useSelection", "$STR_ACE_Medical_useRadial"};
|
values[] = {"$STR_ACE_Medical_useSelection", "$STR_ACE_Medical_useRadial"};
|
||||||
isClientSettable = 1;
|
// isClientSettable = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user