Closed Zwelf closed 2 years ago
When trying to decode a demo from current version DDNet 16.1, I the error UnknownVersion(6). I would like to read this version as well.
UnknownVersion(6)
Commit in DDNet bumping the demo version: https://github.com/ddnet/ddnet/commit/7cdd050fee311f184f9e904a73cdc7b4b78860f6
Version 6 already exists in the version enum. Maybe I can figure out whats going wrong.
https://github.com/heinrich5991/libtw2/blob/c67bb33d7f2dc5bd78ea8238ec6119b754c13da3/demo/src/format.rs#L36
When trying to decode a demo from current version DDNet 16.1, I the error
UnknownVersion(6)
. I would like to read this version as well.Commit in DDNet bumping the demo version: https://github.com/ddnet/ddnet/commit/7cdd050fee311f184f9e904a73cdc7b4b78860f6