Fix heads IDs

Fix head WJ
This commit is contained in:
Lucio Maranta
2018-03-26 10:41:40 +02:00
parent d8848e45f0
commit e40d9cd64e
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ namespace Step.Config
{
XDocument xmlConfigFile = GetXmlHandlerWithValidator(HEADS_CONFIG_SCHEMA_PATH, HEADS_CONFIG_PATH);
int i = 0;
int i = 1;
// Read head config from XML file
HeadsConfig = xmlConfigFile
.Root