memory leak fix, now uses less than 5MB of memory

This commit is contained in:
Anonymous275
2020-07-04 15:58:53 +03:00
parent 69362b2dfd
commit 83c095ba17
3 changed files with 17 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ void ParseConfig();
void addToLog(const std::string& Data);
//void ServerMain(int Port, int MaxClients);
void HeartbeatInit();
std::string ServerVersion = "0.46";
std::string ServerVersion = "0.47";
std::string ClientVersion = "1.46";
std::string CustomIP;
void HandleResources(std::string path);