mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed: Flummi missed 2 isClientSettable renames.
This commit is contained in:
parent
ad95105508
commit
b307b4bc4b
@ -26,7 +26,7 @@ class ACE_Settings {
|
||||
class GVAR(UseListMenu) {
|
||||
value = 0;
|
||||
typeName = "BOOL";
|
||||
isClientSetable = 1;
|
||||
isClientSettable = 1;
|
||||
displayName = "$STR_ACE_Interact_Menu_UseListMenu";
|
||||
};
|
||||
};
|
||||
|
@ -2,14 +2,14 @@ class ACE_Settings {
|
||||
class GVAR(enabled) {
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
isClientSetable = 1;
|
||||
isClientSettable = 1;
|
||||
displayName = "$STR_ACE_MissileGuidance";
|
||||
description = "$STR_ACE_MissileGuidance_Desc";
|
||||
};
|
||||
class GVAR(enabledForAI) {
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
isClientSetable = 1;
|
||||
isClientSettable = 1;
|
||||
displayName = "$STR_ACE_MissileGuidance_AI";
|
||||
description = "$STR_ACE_MissileGuidance_AI_Desc";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user