added discord-rpc

This commit is contained in:
Anonymous275
2022-01-18 13:58:49 +02:00
parent 93eb82080c
commit 6e45304aea
10 changed files with 78 additions and 28 deletions

View File

@@ -77,7 +77,7 @@ std::string Launcher::Login(const std::string& fields) {
return GetFail("Invalid message parsing!");
}
void Launcher::checkLocalKey() {
void Launcher::checkKey() {
if(fs::exists("key") && fs::file_size("key") < 100){
std::ifstream Key("key");
if(Key.is_open()) {