Skip to content

Commit

Permalink
Change request name to active-generator-names
Browse files Browse the repository at this point in the history
The previous name was cryptic and did not match to return value.
  • Loading branch information
BONNe committed Apr 11, 2021
1 parent e409aba commit 051893f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ActiveGeneratorNamesRequestHandler extends AddonRequestHandler
{
public ActiveGeneratorNamesRequestHandler(StoneGeneratorAddon addon)
{
super("magic-generator-type");
super("active-generator-names");
this.addon = addon;
}

Expand Down

0 comments on commit 051893f

Please sign in to comment.