session.send(client, new VoiceChatJoinMessage(group, info,
new PresenceInfo[0], chatType));
}
Cell cell = client.getCell();
ProximityComponent prox = cell.getComponent(ProximityComponent.class);
if (prox == null) {
logger.warning("NO PROX FOR CELL!");
return;
}