entity = null;
if (telemeter.clientClass == EntityPlayerMP.class)
{
strName = telemeter.clientName;
entity = new EntityOtherPlayerMP(screen.driver.getWorldObj(), telemeter.clientGameProfile);
renderEntity = (Render) RenderManager.instance.entityRenderMap.get(EntityPlayer.class);
}
else
{
try {