Add todo comment

This commit is contained in:
DBotThePony 2021-09-10 17:43:06 +07:00
parent 249cd46957
commit a84aba2b39
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -120,7 +120,7 @@ public class DrivePool {
}
}
private static List<BacklogLine> backlog = new ArrayList<>();
private static ArrayList<BacklogLine> backlog = new ArrayList<>();
private static File base_directory;
private static void thread(MinecraftServer server) {
@ -132,6 +132,7 @@ public class DrivePool {
}
try {
// TODO: Syncing status with main thread, since server stop can occur during work.
sync();
} catch (ReportedException error) {
exception = error;