no check needed

This commit is contained in:
red-prig 2021-12-12 21:42:59 +03:00
parent 58ccdc6c80
commit 270d8570b9

View File

@ -94,13 +94,6 @@ begin
Goto promo;
end;
if not DirectoryExists(ps4_app.save_path) then
begin
Writeln('Path not found:',ps4_app.save_path);
Writeln;
Goto promo;
end;
Result:=True;
end;