Bug fixes
This commit is contained in:
Родитель
572bcd3284
Коммит
5230c42580
|
@ -59,7 +59,7 @@ namespace FabricHealer.Repair.Guan
|
|||
break;
|
||||
|
||||
case "Boolean":
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[0].Value.GetObjectValue();
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[i].Value.GetObjectValue();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
@ -60,7 +60,7 @@ namespace FabricHealer.Repair.Guan
|
|||
break;
|
||||
|
||||
case "Boolean":
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[0].Value.GetObjectValue();
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[i].Value.GetObjectValue();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
@ -67,7 +67,7 @@ namespace FabricHealer.Repair.Guan
|
|||
break;
|
||||
|
||||
case "Boolean":
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[0].Value.GetObjectValue();
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[i].Value.GetObjectValue();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
@ -56,7 +56,7 @@ namespace FabricHealer.Repair.Guan
|
|||
break;
|
||||
|
||||
case "Boolean":
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[0].Value.GetObjectValue();
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[i].Value.GetObjectValue();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
@ -57,7 +57,7 @@ namespace FabricHealer.Repair.Guan
|
|||
break;
|
||||
|
||||
case "Boolean":
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[0].Value.GetObjectValue();
|
||||
repairConfiguration.RepairPolicy.DoHealthChecks = (bool)Input.Arguments[i].Value.GetObjectValue();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче