mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-09 01:06:31 +00:00
catch errors when the custom caching directory is not accessible
🧯
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user