We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c9386 commit 6e2f721Copy full SHA for 6e2f721
common/src/main/kotlin/com/lambda/config/Configuration.kt
@@ -41,7 +41,7 @@ abstract class Configuration : Jsonable {
41
init {
42
unsafeListener<ClientEvent.Startup> { tryLoad() }
43
44
- unsafeListener<ClientEvent.Shutdown> { trySave() }
+ unsafeListener<ClientEvent.Shutdown>(Int.MIN_VALUE) { trySave() }
45
46
configurations.add(this)
47
}
0 commit comments