diff --git a/Program.cs b/Program.cs index c209ac4..dbe115e 100644 --- a/Program.cs +++ b/Program.cs @@ -34,6 +34,9 @@ namespace creachopedia { break; case "add": switch (substatus) { + case 0: + Console.WriteLine("please hit enter to continue"); + break; case 1: Console.WriteLine("Please enter a name for the creacher! Or type (x) to cancel and step back to the previous category, or (q) to cancel addition entirely."); break; @@ -61,7 +64,7 @@ namespace creachopedia { if (status == "base") { if (luserin == "q" || luserin == "quit") { - Console.WriteLine("Thank you for using the CreachoPedia, please come again!!!!"); + Console.WriteLine("for you for using the CreachoPedia, please come again!!!!"); return; } if (creacherdict.ContainsKey(userin)) { @@ -92,7 +95,6 @@ namespace creachopedia { else if (substatus == 0) { status = "base"; substatus = 1; - Console.WriteLine("please hit enter to continue"); } else if (substatus == 1) { tempdict = new Dictionary(); diff --git a/bin/Debug/netcoreapp3.1/creachopedia.dll b/bin/Debug/netcoreapp3.1/creachopedia.dll index 5a3726d..578793b 100644 Binary files a/bin/Debug/netcoreapp3.1/creachopedia.dll and b/bin/Debug/netcoreapp3.1/creachopedia.dll differ diff --git a/bin/Debug/netcoreapp3.1/creachopedia.pdb b/bin/Debug/netcoreapp3.1/creachopedia.pdb index 45d32f8..1810924 100644 Binary files a/bin/Debug/netcoreapp3.1/creachopedia.pdb and b/bin/Debug/netcoreapp3.1/creachopedia.pdb differ diff --git a/obj/Debug/netcoreapp3.1/creachopedia.dll b/obj/Debug/netcoreapp3.1/creachopedia.dll index 5a3726d..578793b 100644 Binary files a/obj/Debug/netcoreapp3.1/creachopedia.dll and b/obj/Debug/netcoreapp3.1/creachopedia.dll differ diff --git a/obj/Debug/netcoreapp3.1/creachopedia.pdb b/obj/Debug/netcoreapp3.1/creachopedia.pdb index 45d32f8..1810924 100644 Binary files a/obj/Debug/netcoreapp3.1/creachopedia.pdb and b/obj/Debug/netcoreapp3.1/creachopedia.pdb differ