Skip to content

Commit

Permalink
fix: fix config node name
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei committed May 3, 2024
1 parent 435d1e6 commit d512729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/xor7/iseeyou/ConfigData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data class ConfigData(
var recordPath: String = "replay/player/\${name}@\${uuid}",
var clearOutdatedRecordFile: OutdatedRecordRetentionConfig = OutdatedRecordRetentionConfig(),
var recordSuspiciousPlayer: RecordSuspiciousPlayerConfig = RecordSuspiciousPlayerConfig(),
var instantReplayConfig: InstantReplayConfig = InstantReplayConfig(),
var instantReplay: InstantReplayConfig = InstantReplayConfig(),
var asyncSave: Boolean = false,
) {
fun isConfigValid(): String? {
Expand Down

0 comments on commit d512729

Please sign in to comment.