Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
this section is already running sync
  • Loading branch information
mcmonkey4eva committed May 19, 2022
1 parent 9c88ce7 commit 6219e9a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,8 @@ public void execute(final ScriptEntry scriptEntry) {
}
}
finally {
Bukkit.getScheduler().runTask(Denizen.instance, () -> {
scriptEntry.setFinished(true);
schematic.readingProcesses--;
});
scriptEntry.setFinished(true);
schematic.readingProcesses--;
}
}, input, maxDelayMs.asLong());
}
Expand Down

0 comments on commit 6219e9a

Please sign in to comment.