mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
websocket wip
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
std::string CustomIP;
|
||||
std::string GetSVer(){
|
||||
static std::string r = Sec("0.64");
|
||||
static std::string r = Sec("1.0");
|
||||
return r;
|
||||
}
|
||||
std::string GetCVer(){
|
||||
static std::string r = Sec("1.63");
|
||||
static std::string r = Sec("1.70");
|
||||
return r;
|
||||
}
|
||||
void Args(int argc, char* argv[]){
|
||||
|
||||
Reference in New Issue
Block a user