if (content == null) html.setHtml("<html><body>Signboard is missing:<br>"+filename+"</body></html>");
else html.setHtml(content);
player.sendPacket(html);
player.sendPacket(new ActionFailed());
} else if(_type == 0) player.sendPacket(new ShowTownMap(_texture, getMapX(), getMapY()));
// Send a Server->Client ActionFailed to the L2PcInstance in order to avoid that the client wait another packet
player.sendPacket(new ActionFailed());
}
}