From 64c98df5b3c2ee42af1674289e9d22bd497907fc Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Mon, 24 Sep 2018 14:42:06 -0500 Subject: [PATCH] Fix hactoolnet build --- hactoolnet/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hactoolnet/Program.cs b/hactoolnet/Program.cs index c9e21ac7..d0de4993 100644 --- a/hactoolnet/Program.cs +++ b/hactoolnet/Program.cs @@ -155,7 +155,7 @@ namespace hactoolnet private static void ProcessKeygen(Context ctx) { - Console.WriteLine(ExternalKeys.PrintKeys(ctx.Keyset)); + Console.WriteLine(ExternalKeys.PrintCommonKeys(ctx.Keyset)); } // For running random stuff