case 4576 addition of up to 25 level v7

This commit is contained in:
2024-03-21 14:02:06 +00:00
parent ab75b98571
commit 98c7157b0c
5 changed files with 28 additions and 18 deletions

View File

@@ -211,6 +211,9 @@ namespace Sockeye.Biz
case 20:
sb.AppendLine("Up to 20");
break;
case 25://case 4576
sb.AppendLine("Up to 25");
break;
case 50:
sb.AppendLine("Up to 50");
break;