gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
35 stars 10 forks source link

feat: add Chivarly: Medieval Warfare support #193

Open CosminPerRam opened 3 months ago

CosminPerRam commented 3 months ago

Adds Chivalry: Medieval Warfare support.

The problem is that the query is not successful, while trying to query servers all of them fail at parsing strings: image Note that Buffer 347: image If I'm changing std::str::from_utf8 with String::from_utf8_lossy all queries work and are as expected.