Skip to content

Commit 834d43d

Browse files
committed
Update FoxyInstance
1 parent fd74a75 commit 834d43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foxy/src/main/kotlin/net/cakeyfox/foxy/FoxyInstance.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ class FoxyInstance(
127127
.setEnableShutdownHook(false)
128128
.build()
129129

130-
this.commandHandler.handle()
131130
leaderboardManager.startAutoRefresh()
132131
if (currentCluster.isMasterCluster) TasksUtils.launchTasks(this)
132+
this.commandHandler.handle()
133133

134134
Runtime.getRuntime().addShutdownHook(thread(false) {
135135
try {

0 commit comments

Comments
 (0)