summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Program.cs b/Program.cs
index b549c55..44c8682 100644
--- a/Program.cs
+++ b/Program.cs
@@ -88,7 +88,7 @@ namespace BCDD
}
}
Console.WriteLine("Press any key to continue...");
- Console.ReadLine();
+ Console.ReadKey();
}
}
}