Skip to content

Commit

Permalink
have plumber in default string in plumber (#387)
Browse files Browse the repository at this point in the history
in default maximizer string include "plumber" when in plumber path
Fixes #325 subissue 1
  • Loading branch information
taltamir authored May 23, 2020
1 parent c038075 commit c8f4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_equipment.ash
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ string defaultMaximizeStatement()
}
if (in_zelda())
{
res += ",-ml";
res += ",plumber,-ml";
}
}

Expand Down

0 comments on commit c8f4144

Please sign in to comment.