Skip to content

Commit

Permalink
fix shoot command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 12, 2021
1 parent 2a0ee39 commit 5775b02
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ else if (!scriptEntry.hasObject("speed")
scriptEntry.addObject("speed", arg.asElement());
}
else if (!scriptEntry.hasObject("script")
|| arg.matchesPrefix("script")) {
&& arg.matchesPrefix("script")) {
String script = arg.asElement().asString();
int dot = script.indexOf('.');
String subPath = null;
Expand Down

0 comments on commit 5775b02

Please sign in to comment.