Просмотр исходного кода

correcting strings not part of subcommand

IgnatzHome 7 лет назад
Родитель
Сommit
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)
         {