We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d358f commit 4fc07e9Copy full SHA for 4fc07e9
1 file changed
src/net/query.rs
@@ -85,7 +85,7 @@ fn compose_server(
85
geo: GeoInfo::from(status_res.settings()),
86
};
87
88
- match server.server_type() {
+ match ServerType::from_version(&version) {
89
ServerType::QtvServer => Server::Qtv(QtvServer::from(&server)),
90
ServerType::GameServer => Server::Game(GameServer::from(&server)),
91
ServerType::ProxyServer => Server::Proxy(ProxyServer::from(&server)),
0 commit comments