1
Fork 0

Allow multiple devices per user for glass server

This commit is contained in:
prescientmoon 2025-02-07 20:01:46 +01:00
parent 771124af3e
commit 52a2561ef6
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -43,6 +43,10 @@ let
LINKPLAY_UDP_PORT = cfg.linkPlayUDPPort;
LINKPLAY_DISPLAY_HOST = config.networking.hostName;
LOGIN_DEVICE_NUMBER_LIMIT = 3;
ALLOW_LOGIN_SAME_DEVICE = true;
ALLOW_BAN_MULTIDEVICE_USER_AUTO = false;
DEFAULT_MEMORIES = 3141592;
WORLD_RANK_MAX = 5;
UPDATE_WITH_NEW_CHARACTER_DATA = true;