[performance] enable autoscale again on top of latest changes (#711)

This commit is contained in:
bash
2024-11-13 22:30:52 +01:00
committed by GitHub
parent 58a5929827
commit 67c9b1c882
2 changed files with 2 additions and 2 deletions

View File

@@ -1463,7 +1463,7 @@ AiPlayerbot.BotActiveAlone = 100
# Specify smart scaling is enabled or not.
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
AiPlayerbot.botActiveAloneSmartScale = 0
AiPlayerbot.botActiveAloneSmartScale = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80