Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-08-11 18:09:52 +00:00
parent 9bd5c2a401
commit 5b608cda4d
@@ -149,8 +149,7 @@ public class DurabilityLimitsHelper(
{
switch (botRole)
{
case null
or "default":
case null or "default":
return _botConfig.Durability.Default.Weapon.LowestMax;
case "pmc":
return _botConfig.Durability.Pmc.Weapon.LowestMax;