// 1.7 must be queried last because if not, the rest of the checks will ALWAYS fail for some
// reason of which I'm not sure of yet
try {
ServerListPing17 ping17 = new ServerListPing17();
ping17.setAddress(inetSocketAddress);
ping17.fetchData();
return QueryVersion.mc17;
} catch (Exception ex) {
}
return null; // Couldn't determine version so return null