Skip to content

Commit 181e78e

Browse files
committed
Replay rewrite
1 parent 36353e0 commit 181e78e

File tree

3 files changed

+325
-126
lines changed

3 files changed

+325
-126
lines changed

common/src/main/kotlin/com/lambda/module/modules/network/PacketLogger.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ object PacketLogger : Module(
4343
private val logConcurrent by setting("Build Data Concurrent", false, "Whether to serialize packets concurrently. Will not save packets in chronological order but wont lag the game.")
4444

4545
private var file: File? = null
46-
private val entryFormatter: DateTimeFormatter = DateTimeFormatter.ofPattern("HH:mm:ss.SSSS")
47-
private val fileFormatter: DateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd_HH-mm-ss.SSSS")
46+
private val entryFormatter = DateTimeFormatter.ofPattern("HH:mm:ss.SSSS")
47+
private val fileFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd_HH-mm-ss.SSS")
4848

4949
enum class NetworkSide {
5050
ANY, CLIENT, SERVER;

0 commit comments

Comments
 (0)