Server now support over 9 Petabytes of mod

This commit is contained in:
Anonymous275
2020-07-03 00:58:00 +03:00
parent 6c93ea7fb2
commit e7c1bdd872
6 changed files with 20 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ void ParseConfig();
void addToLog(const std::string& Data);
//void ServerMain(int Port, int MaxClients);
void HeartbeatInit();
std::string ServerVersion = "0.43";
std::string ClientVersion = "1.43";
std::string ServerVersion = "0.45";
std::string ClientVersion = "1.46";
std::string CustomIP;
void HandleResources(std::string path);
void StatInit();