Skip to content

Commit

Permalink
Fix typo for BukkitRunnable page (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Nov 24, 2024
1 parent fdd642a commit a250c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paper/dev/api/scheduler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public class CustomRunnable extends BukkitRunnable {
return;
}

task.cancel(); // The entity is no longer valid, there's no point in continuing to run this task
this.cancel(); // The entity is no longer valid, there's no point in continuing to run this task
}
}
```
Expand Down

0 comments on commit a250c1d

Please sign in to comment.