Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Sep 8, 2024
1 parent e998fcf commit c4bdfd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void executeConsoleCommands(final String playerName, final ArrayList<Stri
int tick = 0;
for (final String cmd : commands) {
plugin.debug("Executing console command: " + cmd);
plugin.getBukkitScheduler().runTask(plugin, new Runnable() {
plugin.getBukkitScheduler().runTaskLater(plugin, new Runnable() {

@Override
public void run() {
Expand Down

0 comments on commit c4bdfd0

Please sign in to comment.