Skip to content

Commit

Permalink
StructBrigCommandTree - extend delay to get rid of error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Aug 3, 2024
1 parent 973029a commit 588768c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public boolean load() {
Skript.error("Command tree must have at least a subcommand or a trigger.");
return false;
}
Bukkit.getScheduler().runTaskLater(SkBriggy.getInstance(), () -> commandTree.register(this.namespace), 1);
Bukkit.getScheduler().runTaskLater(SkBriggy.getInstance(), () -> commandTree.register(this.namespace), 2);
return true;
}

Expand Down

0 comments on commit 588768c

Please sign in to comment.