We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b4b4b commit f1b10a7Copy full SHA for f1b10a7
src/AutoBalance.cpp
@@ -4599,7 +4599,7 @@ class AutoBalance_AllMapScript : public AllMapScript
4599
LocaleConstant locale = session->GetSessionDbLocaleIndex();
4600
4601
// if the previous player count is the same as the new player count, update without force
4602
- if (prevAdjustedPlayerCount == mapABInfo->adjustedPlayerCount)
+ if ((prevAdjustedPlayerCount == mapABInfo->adjustedPlayerCount) && (mapABInfo->adjustedPlayerCount != 1))
4603
{
4604
LOG_DEBUG("module.AutoBalance", "AutoBalance_AllMapScript::OnPlayerEnterAll: Player difficulty unchanged at {}. Updating map data (no force).",
4605
mapABInfo->adjustedPlayerCount
0 commit comments