feat(Core/LFG): move the LFG max kick count & kick prevention timers … (#8683)

This commit is contained in:
Skjalf
2021-10-25 05:17:12 -03:00
committed by GitHub
parent d72b741fbf
commit fffdb31c05
7 changed files with 47 additions and 12 deletions

View File

@@ -3570,6 +3570,22 @@ FFAPvPTimer = 30
LootNeedBeforeGreedILvlRestriction = 70
#
# LFG.MaxKickCount
# Description: Specify the maximum number of kicks allowed in LFG groups (max 3 kicks)
# Default: 2
# 0 - Disabled (kicks are never allowed)
LFG.MaxKickCount = 2
#
# LFG.KickPreventionTimer
# Description: Specify for how long players are prevented from being kicked after just joining LFG groups
# Default: 900 secs (15 minutes)
# 0 - Disabled
LFG.KickPreventionTimer = 900
#
###################################################################################################