mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Remove erroneous break statement in scheduler. Fixes BUKKIT-3395
This commit is contained in:
parent
1053a1e29d
commit
50e74b3b49
@ -211,7 +211,6 @@ public class CraftScheduler implements BukkitScheduler {
|
||||
if (task.isSync()) {
|
||||
runners.remove(task.getTaskId());
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user