mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "Fixed NameTags Settings defaults"
This commit is contained in:
parent
ae65198ed8
commit
9c3afe3b82
@ -21,17 +21,15 @@ class ACE_Settings {
|
||||
};
|
||||
class GVAR(showVehicleCrewInfo) {
|
||||
value = 1;
|
||||
typeName = "SCALAR";
|
||||
typeName = "BOOL";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowVehicleCrewInfo);
|
||||
values[] = {CSTRING(DoNotForce), CSTRING(ForceHide), CSTRING(ForceShow)};
|
||||
};
|
||||
class GVAR(showNamesForAI) {
|
||||
value = 0;
|
||||
typeName = "SCALAR";
|
||||
typeName = "BOOL";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowNamesForAI);
|
||||
values[] = {CSTRING(DoNotForce), CSTRING(ForceHide), CSTRING(ForceShow)};
|
||||
};
|
||||
class GVAR(showCursorTagForVehicles) {
|
||||
value = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user