Split RDF and LFG into seperate configs

This commit is contained in:
Dinkledork
2023-09-25 22:52:27 -06:00
committed by GitHub
parent a41eb5d29d
commit ee0c46480c

View File

@@ -329,12 +329,17 @@ IndividualProgression.AllowEarlyDungeonSet2 = 1
IndividualProgression.PvPGearRequirements = 1
#
# IndividualProgression.DisableLFG
# Description: Enable or disable the Looking For Group feature within the context of Individual Progression.
# If set to 1, the LFG feature will be completely disabled.
# If set to 0, the LFG feature will operate as usual.
# IndividualProgression.DisableRDF
# Description: Enable or disable the Random Dungeon Finder feature within the context of Individual Progression.
# Default: 0 - Enabled
# 1 - Disabled
#
IndividualProgression.DisableRDF = 0
#
# IndividualProgression.DisableLFG
# Description: Enable or disable the Looking For Group feature within the context of Individual Progression. (This will also disable RDF)
# Default: 0 - Enabled
# 1 - Disabled
#
IndividualProgression.DisableLFG = 0