Merge pull request #2364 from TheMagnetar/patch-1

Repair: Fix possible out of bounds setting
This commit is contained in:
Joko 2015-09-05 19:18:15 +02:00
commit b03589ec34

View File

@ -57,7 +57,7 @@ class ACE_Settings {
displayName = CSTRING(engineerSetting_fullRepair_name);
description = CSTRING(engineerSetting_fullRepair_description);
typeName = "SCALAR";
value = 3;
value = 2;
values[] = {CSTRING(engineerSetting_anyone), CSTRING(engineerSetting_EngineerOnly), CSTRING(engineerSetting_RepairSpecialistOnly)};
category = ECSTRING(OptionsMenu,CategoryLogistics);
};