Sorters need to be in right order
Closed this issue · 1 comments
Dracyr commented
originalSort = new SortName();
originalSort.insertInfo(basePath+"namnfil.txt", "Namn", rc);
originalSort = new SortStartTime();
originalSort.insertInfo(basePath+"starttider.txt", "StartTider", rc);
sort.insertInfo(paths, "Maltider", rc);
Works, doesn't work if sort.insertInfo(paths, "Maltider", rc); is on the first line.
Dracyr commented
Everything gets purged from raceEvent somewhere