Allow account concurrency across client sources
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user