mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-04-20 11:28:15 +02:00
Velocity now resolves plugin dependencies using a depth-first search (DFS), instead of using Kahn's algorithm like before. This properly handles duplicate indirect dependencies. Thanks to @creeper123123321 for noticing this issue!