Es wird nach aktuelle Besatzung gefragt
This commit is contained in:
@@ -105,7 +105,7 @@ namespace SanSystem
|
||||
counter++;
|
||||
}
|
||||
}
|
||||
return new Tuple<int, int>(objekte.Count(), counter);
|
||||
return new Tuple<int, int>(counter,objekte.Count());
|
||||
}
|
||||
|
||||
private void buildUnsortedStreetList()
|
||||
|
||||
Reference in New Issue
Block a user