2 Commits

Author SHA1 Message Date
Anonymous275
d6b494c6c4 - release v2.0.82 2022-12-18 14:30:21 +00:00
Anonymous275
a80d4f5147 - quick fix for launcher crash 2022-12-18 14:29:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -99,8 +99,8 @@ void ErrorAboard(){
exit(6); exit(6);
} }
void Discord_Main(){ void Discord_Main(){
std::thread t1(DMain); /*std::thread t1(DMain);
t1.detach(); t1.detach();*/
/*info("Connecting to discord client..."); /*info("Connecting to discord client...");
int C = 0; int C = 0;
while(DiscordInfo == nullptr && C < 80){ while(DiscordInfo == nullptr && C < 80){

View File

@@ -29,7 +29,7 @@ std::string GetVer(){
return "2.0"; return "2.0";
} }
std::string GetPatch(){ std::string GetPatch(){
return ".81"; return ".82";
} }
std::string GetEP(char*P){ std::string GetEP(char*P){