This commit is contained in:
Wither OrNot 2025-04-04 11:01:48 -04:00
parent 3a1b9c481d
commit 233be2dd14

View File

@ -210,13 +210,13 @@ namespace LibTSforge.SPP
{
string psPath;
//try
try
{
psPath = GetPSPath(version);
}
//catch
catch
{
//throw new FileNotFoundException("Failed to get path of physical store.");
throw new FileNotFoundException("Failed to get path of physical store.");
}
if (string.IsNullOrEmpty(psPath) || !File.Exists(psPath))