added heartbeat support

This commit is contained in:
2020-08-18 20:34:39 -05:00
parent b2325eb308
commit 24d30a05bf
10 changed files with 57 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ bool settings::LOGINRANDCHARACTERS = false;
int settings::SHARDPORT = 8002;
std::string settings::SHARDSERVERIP = "127.0.0.1";
int settings::VIEWDISTANCE = 25000;
int settings::VIEWDISTANCE = 20000;
// default spawn point is city hall
int settings::SPAWN_X = 179213;