update build.gradle.kts

This commit is contained in:
Colbster937
2026-02-11 07:38:31 -06:00
parent e7343b557d
commit 745622fa36
2 changed files with 11 additions and 10 deletions

View File

@@ -242,7 +242,7 @@ public final class OriginBlacklistVelocity implements IOriginBlacklistPlugin {
@Override
public final void shutdown() {
for (ScheduledTask task : this.proxy.getScheduler().tasksByPlugin(this.plugin)) {
for (final ScheduledTask task : this.proxy.getScheduler().tasksByPlugin(this.plugin)) {
task.cancel();
}
}