removed redundant LFG disable

This commit is contained in:
Dinkledork
2023-09-26 15:27:40 -06:00
committed by GitHub
parent 4bb800c1b3
commit 0de3f5ac4b

View File

@@ -331,15 +331,8 @@ IndividualProgression.PvPGearRequirements = 1
#
# IndividualProgression.DisableRDF
# Description: Enable or disable the Random Dungeon Finder feature within the context of Individual Progression.
# Queing for specific dungeons will still be possible. (See worldserver.conf for total LFG removal).
# 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