mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed NameTags Settings defaults
This commit is contained in:
parent
2377a54051
commit
964f32a721
@ -21,13 +21,13 @@ class ACE_Settings {
|
||||
};
|
||||
class GVAR(showVehicleCrewInfo) {
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
typeName = "SCALAR";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowVehicleCrewInfo);
|
||||
};
|
||||
class GVAR(showNamesForAI) {
|
||||
value = 0;
|
||||
typeName = "BOOL";
|
||||
typeName = "SCALAR";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowNamesForAI);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user