Merge remote-tracking branch 'origin/1.20' into 1.21.1
This commit is contained in:
parent
d0ee7501f5
commit
0564c3d75b
|
|
@ -43,7 +43,7 @@ public class DFUBlaster {
|
|||
}
|
||||
|
||||
public static void kick() {
|
||||
NEXT_WAKE_TIME.getAndAdd(DELAY_TIME);
|
||||
NEXT_WAKE_TIME.set(System.nanoTime() + DELAY_TIME);
|
||||
}
|
||||
|
||||
static class CleanerThread extends Thread {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user