Disabled client setting for menu style

This commit is contained in:
Glowbal 2015-04-30 21:17:33 +02:00
parent 1bee48214e
commit 2f763a2310

View File

@ -155,6 +155,6 @@ class ACE_Settings {
typeName = "SCALAR";
value = 0;
values[] = {"$STR_ACE_Medical_useSelection", "$STR_ACE_Medical_useRadial"};
isClientSettable = 1;
// isClientSettable = 1;
};
};