Fix heads IDs
Fix head WJ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user