From 47bf98faf0adb5a82c8c504ac52210d47418056e Mon Sep 17 00:00:00 2001 From: Jim Westfall Date: Thu, 23 Oct 2014 22:04:01 -0700 Subject: [PATCH] remove needless Console.ReadLine(), causes ui to stall waiting for input on console/tty --- ROMVault2/DatMaker.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ROMVault2/DatMaker.cs b/ROMVault2/DatMaker.cs index 90820e2..06c1a14 100644 --- a/ROMVault2/DatMaker.cs +++ b/ROMVault2/DatMaker.cs @@ -27,7 +27,6 @@ namespace ROMVault2 _sw.Close(); Console.WriteLine("Dat creation complete"); - Console.ReadLine(); } private static void WriteDatFile(RvDir dir)