From a426f80ec59d78f4ad1ef8a8f1bd11c41c6c4891 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 6 Jun 2020 11:50:29 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20BotCommandProcess=20=E4=BF=AE=E5=A4=8DS?= =?UTF-8?q?earch=E5=91=BD=E4=BB=A4=E5=AF=B9=E4=BD=9C=E5=93=81=E9=99=90?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E7=AE=A1=E7=90=86=E4=B8=8D=E5=8F=97'image.al?= =?UTF-8?q?lowR18'=E9=80=89=E9=A1=B9=E6=8E=A7=E5=88=B6=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java b/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java index 56b57bd..e55384f 100644 --- a/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java +++ b/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java @@ -348,7 +348,7 @@ public class BotCommandProcess { String imageMsg = CacheStoreCentral.getImageById(fromGroup, illustId, PixivDownload.PageQuality.REGULAR, 1); - if (isNoSafe(illustId, SettingProperties.getProperties(fromGroup), true)) { + if (isNoSafe(illustId, SettingProperties.getProperties(fromGroup), false)) { log.warn("作品Id {} 为R-18作品, 跳过.", illustId); continue; } else if(isReported(illustId)) {