We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd74a75 commit 834d43dCopy full SHA for 834d43d
foxy/src/main/kotlin/net/cakeyfox/foxy/FoxyInstance.kt
@@ -127,9 +127,9 @@ class FoxyInstance(
127
.setEnableShutdownHook(false)
128
.build()
129
130
- this.commandHandler.handle()
131
leaderboardManager.startAutoRefresh()
132
if (currentCluster.isMasterCluster) TasksUtils.launchTasks(this)
+ this.commandHandler.handle()
133
134
Runtime.getRuntime().addShutdownHook(thread(false) {
135
try {
0 commit comments