mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 14:56:04 +00:00
Server update 0.63.5
- async lua implementation - cleaner backend heartbeat - two way encryption on connect - async tcp buffer - disconnect handler - cleaned UDP implementation
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
|
||||
std::string CustomIP;
|
||||
std::string GetSVer(){
|
||||
return Sec("0.60");
|
||||
static std::string r = Sec("0.63.5");
|
||||
return r;
|
||||
}
|
||||
std::string GetCVer(){
|
||||
return Sec("1.60");
|
||||
static std::string r = Sec("1.63");
|
||||
return r;
|
||||
}
|
||||
void Args(int argc, char* argv[]){
|
||||
info(Sec("BeamMP Server Running version ") + GetSVer());
|
||||
|
||||
Reference in New Issue
Block a user