Change missed switch to fallthrough over or

This commit is contained in:
Cj
2025-08-11 14:12:44 -04:00
parent 9bd5c2a401
commit 2704998768
@@ -149,8 +149,8 @@ public class DurabilityLimitsHelper(
{
switch (botRole)
{
case null
or "default":
case null:
case "default":
return _botConfig.Durability.Default.Weapon.LowestMax;
case "pmc":
return _botConfig.Durability.Pmc.Weapon.LowestMax;