DropQueue static update

This commit is contained in:
Auxilor 2020-12-18 14:35:52 +00:00
parent eff46ed738
commit 55c6505473

View File

@ -103,4 +103,8 @@ public class DropQueue {
public void push() {
handle.push();
}
static {
FastCollatedDropQueue.update();
}
}