Skip to content

Commit

Permalink
fix missed change in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 23, 2022
1 parent 735b6ab commit c91b96a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ else if (!scriptEntry.hasObject("id")) {
throw new InvalidArgumentsException("Must specify valid player(s)!");
}
}
scriptEntry.defaultObject("action", new ElementTag("CREATE"));
scriptEntry.defaultObject("action", new ElementTag("AUTO"));
}

public final static Map<String, BossBar> bossBarMap = new HashMap<>();
Expand Down

0 comments on commit c91b96a

Please sign in to comment.