debug fix

This commit is contained in:
Anonymous275
2020-11-06 01:21:09 +02:00
parent b92675e0bf
commit e3529ca48f
3 changed files with 6 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ std::string GetVer(){
return r;
}
std::string GetPatch(){
static std::string r = Sec(".5");
static std::string r = Sec(".7");
return r;
}
void ReLaunch(int argc,char*args[]){