feat(Core/LFG): Implement Debug.LFG config option (#24854)

This commit is contained in:
dataCenter430
2026-02-24 21:39:24 -05:00
committed by GitHub
parent e17df40a57
commit f88fda4f19
6 changed files with 27 additions and 4 deletions

View File

@@ -4666,6 +4666,14 @@ Debug.Battleground = 0
Debug.Arena = 0
#
# Debug.LFG
# Description: Enable or disable LFG 1 player queue mode. (If enabled, the in-game command is disabled.)
# Default: 0 - (Disabled)
# 1 - (Enabled)
Debug.LFG = 0
#
###################################################################################################