From a7d95669637f5c70a728c730e93600e4f14d9df5 Mon Sep 17 00:00:00 2001 From: Delphox Date: Mon, 15 May 2017 17:07:07 -0300 Subject: [PATCH] Missing hash from gen 6 qr injection url --- PKHeX.WinForms/Misc/QR.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.WinForms/Misc/QR.cs b/PKHeX.WinForms/Misc/QR.cs index b86ca95db..8819d2a8b 100644 --- a/PKHeX.WinForms/Misc/QR.cs +++ b/PKHeX.WinForms/Misc/QR.cs @@ -82,7 +82,7 @@ private void PB_QR_Click(object sender, EventArgs e) // QR Utility public const string BadQRUrl = "null/#"; // prefix to prevent URL from loading - public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html"; + public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html#"; internal static byte[] getQRData() { @@ -190,4 +190,4 @@ public static string getQRServer(int format) } } } -} \ No newline at end of file +}