This website requires JavaScript.
Explore
Help
Register
Sign In
Azimkin
/
Bukkit
Watch
1
Star
0
Fork
0
You've already forked Bukkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Bukkit
/
src
/
main
/
java
/
org
History
mcasper
ab5cdfe224
Event hooks were ordered in backwards order versus the expected way. To avoid sorting problems and manual sorting, changed priority to be handled by a PriorityQueue<>() rather than a manually sorted List().
...
Resolves issue 211
http://bugs.bukkit.org/issues/211
2011-01-20 07:52:55 +08:00
..
bukkit
Event hooks were ordered in backwards order versus the expected way. To avoid sorting problems and manual sorting, changed priority to be handled by a PriorityQueue<>() rather than a manually sorted List().
2011-01-20 07:52:55 +08:00