mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Clear] BotCommandProcess 整理代码;
This commit is contained in:
parent
f54ed35a09
commit
a2f6f1d140
@ -509,7 +509,6 @@ public class BotCommandProcess {
|
|||||||
if(!rawValue) {
|
if(!rawValue) {
|
||||||
for(JsonElement tag : tags) {
|
for(JsonElement tag : tags) {
|
||||||
boolean current = tag.getAsString().matches("R-*18") || tag.getAsString().contains("R18");
|
boolean current = tag.getAsString().matches("R-*18") || tag.getAsString().contains("R18");
|
||||||
// log.warn("Match: {}, Tag: {}", current, tag.getAsString());
|
|
||||||
if (current) {
|
if (current) {
|
||||||
rawValue = true;
|
rawValue = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user