Reflection old_ref = player.getParty().getReflection();
if(old_ref != null && old_ref instanceof DelusionChamber)
{
if((type == 11 || type == 12) && InstancedZoneManager.getInstance().getTimeToNextEnterInstance(DelusionChamber.getNameById(type), player) > 0)
{
player.sendPacket(new SystemMessage(SystemMessage.C1_MAY_NOT_RE_ENTER_YET).addName(player));
return;
}
player.teleToLocation(old_ref.getTeleportLoc(), old_ref.getId());
return;
}