replace BukkitRunnable to CancellableRunnable

This commit is contained in:
HSGamer
2023-08-20 21:33:29 +07:00
parent 64af17db42
commit 731e2d8691
51 changed files with 92 additions and 104 deletions

View File

@ -18,7 +18,6 @@ import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
public class UUIDUpdateAsyncTask implements Runnable {