aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-15 20:29:33 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-15 20:29:33 +0200
commitb2bfad74f8c48426516fcdf875280d991babfe5f (patch)
treec7cc4e1ae3a3bdcce708cc2da98bf9b46617c6ae /src/main/java/at/hannibal2/skyhanni
parent58b2a4cc1510c5f883d85baf0c2d2f1067195e4a (diff)
downloadskyhanni-b2bfad74f8c48426516fcdf875280d991babfe5f.tar.gz
skyhanni-b2bfad74f8c48426516fcdf875280d991babfe5f.tar.bz2
skyhanni-b2bfad74f8c48426516fcdf875280d991babfe5f.zip
fixed repo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/repo/RepoManager.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/repo/RepoManager.kt b/src/main/java/at/hannibal2/skyhanni/repo/RepoManager.kt
index db9170c9b..11f27a368 100644
--- a/src/main/java/at/hannibal2/skyhanni/repo/RepoManager.kt
+++ b/src/main/java/at/hannibal2/skyhanni/repo/RepoManager.kt
@@ -21,6 +21,7 @@ class RepoManager(private val configLocation: File) {
fun loadRepoInformation() {
if (SkyHanniMod.feature.apiData.repoAutoUpdate) {
+ atomicShouldManuallyReload.set(true)
fetchRepository().thenRun(this::reloadRepository)
} else {
reloadRepository()