OpenTTD / py-protocol

OpenTTD's wire protocol as Python library
GNU Lesser General Public License v2.1
2 stars 3 forks source link

Fix: store NewGRF md5sum as hex-strings instead of bytes-string #2

Closed TrueBrain closed 3 years ago

TrueBrain commented 3 years ago

This makes working with it a lot easier, as you can for example without effort convert it to JSON now. When transmitting to clients, we re-encode it again as byte-string.