HouseBreaker / Shameless

3DS Database parser + ticket generator + QR code generator
MIT License
85 stars 13 forks source link

Update QRUtils.cs (Patch for QR Codes Not Working) #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

Fixed an issue where the link wouldn't read in FBI because the service wasn't providing the link directly

(Just temporary so QR Codes work again)

HouseBreaker commented 7 years ago

Wouldn't this change have the method just return an empty string and not have the link (and subsequently, the QR code) work at all?

ghost commented 7 years ago

No because instead of it changing the Long URL into the Short URL the function will now just return the Long URL (Yes not as efficient, BUT it fixes QR Codes for the meantime)