mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Allow users to disable medical 3d interaction.
This commit is contained in:
parent
268220bbae
commit
6b73eafcce
@ -220,7 +220,7 @@ class ACE_Settings {
|
||||
description = CSTRING(menuTypeDescription);
|
||||
typeName = "SCALAR";
|
||||
value = 0;
|
||||
values[] = {CSTRING(useSelection)/*, CSTRING(useRadial)*/};
|
||||
// isClientSettable = 1;
|
||||
values[] = {CSTRING(useSelection), CSTRING(useRadial), "Disabled"};
|
||||
isClientSettable = 1;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user