Skip to content

Commit

Permalink
digFlood CLEAR error.
Browse files Browse the repository at this point in the history
  • Loading branch information
expwnent committed Dec 15, 2014
1 parent 8e6fcac commit 5fc8a1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/digFlood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,10 @@ command_result digFlood (color_ostream &out, std::vector <std::string> & paramet
continue;
}

if ( parameters[a] == "CLEAR" )
if ( parameters[a] == "CLEAR" ) {
autodigMaterials.clear();
continue;
}

if ( parameters[a] == "digAll0" ) {
digAll = false;
Expand Down

0 comments on commit 5fc8a1f

Please sign in to comment.