Browse Source

correcting strings not part of subcommand

IgnatzHome 7 years ago
parent
commit
ecbb8ef071
1 changed files with 1 additions and 1 deletions
  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)
         {