From 144e08f7e735535f128aa6d25610b28822d06e7c Mon Sep 17 00:00:00 2001 From: soneill Date: Wed, 28 Jul 2021 15:10:41 +1200 Subject: [PATCH] adds login.session_sharing option to pathfinder.ini --- app/pathfinder.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/pathfinder.ini b/app/pathfinder.ini index ea258348..db69b436 100644 --- a/app/pathfinder.ini +++ b/app/pathfinder.ini @@ -70,6 +70,13 @@ COOKIE_EXPIRE = 30 ; Default: 0 MODE_MAINTENANCE = 0 +; Share maps between logged in characters in the same session +; If enabled this will grant the active character access to any maps +; that other characters from the "switch character" menu have access to +; Syntax 0 | 1 +; Default 0 +SESSION_SHARING = 1 + ; Login restrictions (white lists) ; Login/registration can be restricted to specific groups. ; Use comma separated strings for CCP Ids (e.g. 1000166,1000080).