frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
403 stars 72 forks source link

fix setting rank when not S+ #59

Closed Toufool closed 2 years ago

Toufool commented 2 years ago

should fix #58.

payload["rank_before_s_plus"] doesnt exist when the player is not S+, an oversight on my end. Instead we can just check an s_plus bool

tetrahedrl commented 2 years ago

Worked for me, thanks!

frozenpandaman commented 2 years ago

I assume this was raised in #55. Thanks for reporting it @tetrahedrl and fixing it @Toufool.