Fix silly error in strangemood plugin - missing "break;" statements in deep material item searches

develop
Quietust 2017-07-02 07:31:31 -06:00
parent d6c4aa823a
commit fd68971ac5
1 changed files with 2 additions and 0 deletions

@ -911,6 +911,7 @@ command_result df_strangemood (color_ostream &out, vector <string> & parameters)
filter = NULL;
continue;
}
break;
}
if (filter)
{
@ -994,6 +995,7 @@ command_result df_strangemood (color_ostream &out, vector <string> & parameters)
filter = NULL;
continue;
}
break;
}
if (filter)
{