9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 18:09:17 +00:00

[ci skip] cleanup

This commit is contained in:
Dreeam
2025-01-24 04:51:24 -05:00
parent 55cac358a5
commit 26565ea357
19 changed files with 216 additions and 282 deletions

View File

@@ -18,6 +18,7 @@ public class AsyncPlayerDataSaving {
}
ExecutorService ioExecutor = Util.backgroundExecutor().service();
CompletableFuture.runAsync(runnable, ioExecutor);
}
}