} catch (Exception ex) {
}
return -1; // Server not reachable so send -1 for offline
case mc18b:
try {
ServerListPingB18 pingb18 = new ServerListPingB18();
pingb18.setAddress(inetSocketAddress);
pingb18.fetchData();
return pingb18.getPlayersOnline();
} catch (Exception ex) {
}
return -1; // Server not reachable so send -1 for offline
default:
return -1; // Meaning server unreachable since there was no match to the qv