Bump default max render radius to 16 chunks

It's 2021, this is making PM look bad to new users (as if we need something else to make PM look bad...)
This commit is contained in:
Dylan K. Taylor 2021-12-15 01:46:50 +00:00
parent 5f8ebd81d7
commit 6e67c7532a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -181,7 +181,7 @@ class Server{
public const DEFAULT_MAX_PLAYERS = 20;
public const DEFAULT_PORT_IPV4 = 19132;
public const DEFAULT_PORT_IPV6 = 19133;
public const DEFAULT_MAX_VIEW_DISTANCE = 8;
public const DEFAULT_MAX_VIEW_DISTANCE = 16;
private static ?Server $instance = null;