Add todo comment
This commit is contained in:
parent
249cd46957
commit
a84aba2b39
@ -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 File base_directory;
|
||||||
|
|
||||||
private static void thread(MinecraftServer server) {
|
private static void thread(MinecraftServer server) {
|
||||||
@ -132,6 +132,7 @@ public class DrivePool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
// TODO: Syncing status with main thread, since server stop can occur during work.
|
||||||
sync();
|
sync();
|
||||||
} catch (ReportedException error) {
|
} catch (ReportedException error) {
|
||||||
exception = error;
|
exception = error;
|
||||||
|
Loading…
Reference in New Issue
Block a user