Fixed halved NPC distance and renamed config option to chunksize.

This commit is contained in:
2020-09-21 23:30:05 +02:00
parent d6357197d3
commit a768a4f539
5 changed files with 7 additions and 11 deletions

View File

@@ -8,8 +8,7 @@ namespace settings {
extern int SHARDPORT;
extern std::string SHARDSERVERIP;
extern time_t TIMEOUT;
extern int PLAYERDISTANCE;
extern int NPCDISTANCE;
extern int CHUNKSIZE;
extern int SPAWN_X;
extern int SPAWN_Y;
extern int SPAWN_Z;