heinrich5991 / libtw2

Some Teeworlds stuff in Rust.™
Apache License 2.0
49 stars 17 forks source link

gamenet: connless 0.7 token is not a u8 #106

Closed ChillerDragon closed 2 weeks ago

ChillerDragon commented 2 weeks ago

https://github.com/heinrich5991/libtw2/blob/9bfd8a6a0d1d9665202c01868fe1974daaa99fcc/gamenet/generate/loader.py#L183

this should be a int

https://github.com/teeworlds/teeworlds/blob/c56fa9e6a20cfc9d7d16502e18c7d7633acdf492/src/engine/client/serverbrowser.cpp#L298

image

heinrich5991 commented 2 weeks ago

Yea, looks like a bug.

ChillerDragon commented 2 weeks ago

This is not fixed? There were no changes in the rust code. The generation seems unsupported for this field.

ChillerDragon commented 2 weeks ago

Ah I see the force push fixed it never mind.

heinrich5991 commented 2 weeks ago

Sorry about the force push.