Format Style Fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user