Skip to content

Commit

Permalink
Fix header for Reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 2, 2025
1 parent b7dc333 commit 0494d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ private void SetupConfig()
"Max Bots Interchange", ref failed, ref headers);

string reserve = "rezervbase".Localized();
MaxBotsReserve = SetupSetting(performanceDefaultBotsHeader, string.Format(maxDefaultBotsHeader, "Customs"), 0,
MaxBotsReserve = SetupSetting(performanceDefaultBotsHeader, string.Format(maxDefaultBotsHeader, "Reserve"), 0,
new ConfigDescription(string.Format(maxBotsDescription, reserve),
new AcceptableValueRange<int>(0, 50), new ConfigurationManagerAttributes()
{
Expand Down

0 comments on commit 0494d08

Please sign in to comment.