mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-08 00:36:07 +00:00
added discord-rpc
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user