From ad12d40052f08d0fa298fc5be96d057926542f16 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 26 Sep 2020 11:51:39 -0400 Subject: [PATCH] slot 3 mis-interpreted as slot 2 --- Ample/NewSlotViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ample/NewSlotViewController.m b/Ample/NewSlotViewController.m index b1dd0dd..e3bb52d 100644 --- a/Ample/NewSlotViewController.m +++ b/Ample/NewSlotViewController.m @@ -66,7 +66,7 @@ static NSAttributedString *ItalicMenuString(NSString *s) { @"-sl0", @"-sl1", @"-sl2", - @"-sl2", + @"-sl3", @"-sl4", @"-sl5", @"-sl6", @@ -365,7 +365,7 @@ static NSString *SlotFlagForIndex(unsigned index){ @"-sl0", @"-sl1", @"-sl2", - @"-sl2", + @"-sl3", @"-sl4", @"-sl5", @"-sl6",