Fixed NameTags Settings defaults

This commit is contained in:
jonpas 2015-07-23 20:26:31 +02:00
parent 2377a54051
commit 964f32a721

View File

@ -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);
};