Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Update CrpgServerConfiguration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
namidaka authored Aug 11, 2023
1 parent 4783cec commit d17382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.Server/Common/CrpgServerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static void SetClanGroupSizePenalty(string? sizePenaltyStr)
|| !float.TryParse(sizePenaltyStr, out float sizePenalty)
|| sizePenalty > 1.5f)
{
Debug.Print($"Invalid server multiplier: {sizePenaltyStr}");
Debug.Print($"Invalid team balancer clangroup size penalty: {sizePenaltyStr}");
return;
}

Expand Down

0 comments on commit d17382a

Please sign in to comment.