소스 검색

correcting strings not part of subcommand

IgnatzHome 7 년 전
부모
커밋
ecbb8ef071
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/lib/filter.js

+ 1 - 1
client/lib/filter.js

@@ -172,7 +172,7 @@ class AdvancedFilter {
     let start = -1;
     for (let i = 0; i < commands.length; i++)
     {
-      if (!commands[i].string && commands[i].cmd)
+      if (commands[i].cmd)
       {
         switch (commands[i].cmd)
         {