queue() contents run without order
LadyCailinBot opened this issue · 3 comments
Comment by PseudoKnight
I've confirmed this on my server as well. What's odd is that it often outputs the same order of numbers each time.
Comment by LadyCailin
This is an issue in the bukkit scheduler, actually. If you run this from cmdline, it works as expected. I'm not sure if filing a bug in bukkit is worth it, but I think my solution will be to decouple from bukkit, and use the same scheduler in cmdline mode as the server mode.