From a1fb86f653a80a9029da65394ca95146dc570693 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 12 Jun 2023 01:37:30 +0200 Subject: Fix config resets --- src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/kotlin/moe/nea/firmament/features/world') diff --git a/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt b/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt index 678d626..d9d7f3d 100644 --- a/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt +++ b/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt @@ -51,7 +51,6 @@ object FairySouls : FirmamentFeature { object TConfig : ManagedConfig("fairy-souls") { - val displaySouls by toggle("show") { false } val resetSouls by button("reset") { DConfig.data?.foundSouls?.clear() != null -- cgit