feat(Core/Player): allow to queue both RDF & BGs together (#10102)

This commit is contained in:
IntelligentQuantum
2022-01-25 12:51:01 +03:30
committed by GitHub
parent 2fce4e0f12
commit a1c415b226
5 changed files with 34 additions and 8 deletions

View File

@@ -3622,6 +3622,14 @@ LFG.KickPreventionTimer = 900
EnablePlayerSettings = 0
#
# JoinBGAndLFG.Enable
# Description: Allow queueing for BG and LFG at the same time.
# Default: 0 - Disabled
# 1 - Enabled
JoinBGAndLFG.Enable = 0
#
###################################################################################################