Skip to content

Commit

Permalink
fix: prevent report.auto_done from deleting reports on server start
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Oct 5, 2024
1 parent eb71e8c commit bf344f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class VelocityReportSpigot : RUoMPlugin() {
}
awaited = false
}
}, 0, Settings.autoDoneTime * 60 * 20)
}, Settings.autoDoneTime * 60 * 20, Settings.autoDoneTime * 60 * 20)
}

private fun registerCommands() {
Expand Down

0 comments on commit bf344f7

Please sign in to comment.