WIP: initial masterserver client implementation

This commit is contained in:
nillerusr
2023-01-28 05:29:26 +03:00
parent 17ff01c7ab
commit 0df7838ee1
11 changed files with 703 additions and 18 deletions

View File

@@ -1005,7 +1005,7 @@ void Heartbeat_f()
}
}
static ConCommand heartbeat( "heartbeat", Heartbeat_f, "Force heartbeat of master servers", 0 );
//static ConCommand heartbeat( "heartbeat", Heartbeat_f, "Force heartbeat of master servers", 0 );
//-----------------------------------------------------------------------------