Skip to content

Commit

Permalink
Bad Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Dec 10, 2024
1 parent ba7dd14 commit 5b019e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/plugins/0004-Replace-scheduler.patch
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ index e91a3addb..1b1f75737 100644
skullMeta.setDisplayName("§fSkull of " + shortOwnerName);

- ess.scheduleSyncDelayedTask(() -> {
+ ess.getEntityScheduler(user.getBase()).run(ess, scheduledTask1 -> { // Euphyllia
+ ess.getEntityScheduler(user.getBase()).run(ess, scheduledTask1 -> { // Euphyllia
stack.setItemMeta(skullMeta);
if (spawn) {
Inventories.addItem(receive.getBase(), stack);
Expand Down

0 comments on commit 5b019e2

Please sign in to comment.