Decoupled player and NPC view distance.

This commit is contained in:
2020-08-26 04:53:27 +02:00
parent 3e5101892b
commit 4178945abe
5 changed files with 10 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ namespace settings {
extern bool LOGINRANDCHARACTERS;
extern int SHARDPORT;
extern std::string SHARDSERVERIP;
extern int VIEWDISTANCE;
extern int PLAYERDISTANCE;
extern int NPCDISTANCE;
extern int SPAWN_X;
extern int SPAWN_Y;
extern int SPAWN_Z;