Merge remote-tracking branch 'origin/1.20' into 1.21.1

This commit is contained in:
embeddedt 2025-06-05 22:07:36 -04:00 committed by DerCommander323
parent d0ee7501f5
commit 0564c3d75b

View File

@ -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 {