Group bug
This commit is contained in:
@ -263,6 +263,8 @@ internal abstract class PersonContainer
|
||||
{
|
||||
innerGroupDirectoryName = Path.GetFileName(innerGroupDirectory);
|
||||
segments = innerGroupDirectoryName.Split('-');
|
||||
if (!segments.Any())
|
||||
throw new NotSupportedException("Misplaced directory!");
|
||||
if (segments.Length != 3)
|
||||
continue;
|
||||
if (segments[zero] is not "Alive" and not "Dead" and not "Unknown")
|
||||
|
Reference in New Issue
Block a user