updates config key in getMaps

This commit is contained in:
soneill
2021-07-28 15:11:09 +12:00
parent 144e08f7e7
commit 335b33916f

View File

@@ -1292,7 +1292,7 @@ class CharacterModel extends AbstractPathfinderModel {
* @return MapModel[]
*/
public function getMaps() : array {
if(Config::getPathfinderData('experiments.session_sharing') === 1){
if(Config::getPathfinderData('login.session_sharing') === 1){
$maps = $this->getSessionCharacterMaps();
}else{
$maps = [];