mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Remove erroneous break statement in scheduler. Fixes BUKKIT-3395
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
552cff7d15
commit
2c6b6e11dd
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ public class CraftScheduler implements BukkitScheduler {
|
|||
if (task.isSync()) {
|
||||
runners.remove(task.getTaskId());
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue