Skip to content

Commit

Permalink
map command argument recognition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 20, 2023
1 parent 96567a8 commit d125ad4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public MapCommand() {
setSyntax("map [<#>/new:<world>] (reset:<location>) (scale:<value>) (tracking) (image:<file>) (resize) (script:<script>) (dot:<color>) (radius:<#>) (x:<#>) (y:<#>) (text:<text>)");
setRequiredArguments(2, 10);
isProcedural = false;
setPrefixesHandled("dot", "radius", "image", "script", "x", "y", "reset", "new", "text");
setPrefixesHandled("dot", "radius", "image", "script", "x", "y", "reset", "new", "text", "scale");
setBooleansHandled("resize", "tracking");
}

Expand Down

0 comments on commit d125ad4

Please sign in to comment.