ClitherProject / Slither.io-Protocol

The Documented Slither.io Protocol
151 stars 37 forks source link

SaveVictoryMessage: Is there something missing? #61

Closed RowanHarley closed 8 years ago

RowanHarley commented 8 years ago

I was looking at the SaveVictoryMessage and I couldn't help but notice that there was no byte sent for the players username. Is there something missing?

Mat2095 commented 8 years ago

No, this should be correct. You send the username at the start of the game. It stays the same for the client during the connection, so there is no need to resend it for the VictoryMessage (or ping, or updateOwnSnake). Also I'd like to point out, that I haven't seen a Victory-Message for weeks, I guess this feature got scrapped.

RowanHarley commented 8 years ago

Maybe, but I still see it in the html code. I think they're trying to fix the hackings it got earlier