Mod downloading hotfix

This commit is contained in:
Anonymous275
2020-12-27 00:23:58 +02:00
parent 9a04665c34
commit 9f821a01f0
2 changed files with 4 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ std::string GetVer(){
return "1.80";
}
std::string GetPatch(){
return ".3";
return ".4";
}
void ReLaunch(int argc,char*args[]){
std::string Arg;