Allow account concurrency across client sources

This commit is contained in:
2026-06-10 15:27:17 -04:00
parent 98e338046c
commit 79fa456365
5 changed files with 104 additions and 6 deletions
+1
View File
@@ -230,6 +230,7 @@
// only one login is allowed per account at a time; when a new session is opened, any existing sessions on the same
// account are disconnected.
"AllowSameAccountConcurrentLogins": true,
"AllowSameAccountConcurrentLoginsAcrossClientSources": false,
// Whether to enable chat commands for all players. If this is true, all players will be able to use chat commands as
// normal; if this is false, only players with the ALWAYS_ENABLE_CHAT_COMMANDS account flag will be able to use chat