kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
558 stars 68 forks source link

Fixed PRUDP v0 packet signature checks always failing #5

Closed adamaq01 closed 5 years ago

adamaq01 commented 5 years ago

I noticed that little mistake when I was reimplementing a friend server and testing it through this client, so there's a patch

kinnay commented 5 years ago

Hi, this breaks the friend client examples. Are you sure your server implementation is correct?

adamaq01 commented 5 years ago

Okay yeah nevermind the error was from my implementation, I don't know how to read Python lmao, sorry for the inconvenience.