Fix files skipped over if not in install directory
parent
745cf0cce6
commit
74d8790ee2
|
@ -83,8 +83,6 @@ namespace LANCommander.SDK
|
||||||
{
|
{
|
||||||
var files = Directory.GetFiles(tempSavePath, "*", SearchOption.AllDirectories);
|
var files = Directory.GetFiles(tempSavePath, "*", SearchOption.AllDirectories);
|
||||||
|
|
||||||
if (inInstallDir)
|
|
||||||
{
|
|
||||||
foreach (var file in files)
|
foreach (var file in files)
|
||||||
{
|
{
|
||||||
if (inInstallDir)
|
if (inInstallDir)
|
||||||
|
@ -109,11 +107,6 @@ namespace LANCommander.SDK
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue