catch errors when the custom caching directory is not accessible

🧯
This commit is contained in:
Lion Kortlepel
2024-09-23 22:39:44 +02:00
parent 1362471657
commit 19d1245379
2 changed files with 9 additions and 3 deletions

View File

@@ -81,10 +81,10 @@ std::string GetEN() {
}
std::string GetVer() {
return "2.0";
return "2.1";
}
std::string GetPatch() {
return ".99";
return ".0";
}
std::string GetEP(char* P) {