Set name of unnamed threads
This commit is contained in:
@@ -96,7 +96,7 @@ public class ReplayScreenshot {
|
||||
TickAndRenderListener.finishScreenshot();
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "replaymod-screenshot-saver");
|
||||
|
||||
ioThread.start();
|
||||
} catch(Exception exception) {
|
||||
|
||||
@@ -110,7 +110,7 @@ public class VideoWriter {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "replaymod-video-writer");
|
||||
writerThread.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user