mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 13:07:06 +01:00
Remove erroneous break statement in scheduler. Fixes BUKKIT-3395
This commit is contained in:
parent
1053a1e29d
commit
50e74b3b49
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…
Reference in a new issue