[Clear] BotCommandProcess 整理代码;

This commit is contained in:
LamGC 2020-06-06 17:07:40 +08:00
parent f54ed35a09
commit a2f6f1d140

View File

@ -509,7 +509,6 @@ public class BotCommandProcess {
if(!rawValue) {
for(JsonElement tag : tags) {
boolean current = tag.getAsString().matches("R-*18") || tag.getAsString().contains("R18");
// log.warn("Match: {}, Tag: {}", current, tag.getAsString());
if (current) {
rawValue = true;
break;