diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-02-20 17:59:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 17:59:42 +0100 |
commit | 5e83fa9cd9d53f6a7f9d702e77a0873db3487b8f (patch) | |
tree | 382cc13a264717a785d7aba477d7d8b49cdae3ed /src/main/java/at/hannibal2/skyhanni/config | |
parent | b7869646ae203cb129cb6e626643ce3f31080907 (diff) | |
download | skyhanni-5e83fa9cd9d53f6a7f9d702e77a0873db3487b8f.tar.gz skyhanni-5e83fa9cd9d53f6a7f9d702e77a0873db3487b8f.tar.bz2 skyhanni-5e83fa9cd9d53f6a7f9d702e77a0873db3487b8f.zip |
Fixed Queued Gfs description. #1031
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/inventory/GetFromSackConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/GetFromSackConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/GetFromSackConfig.java index 9454bd3fe..af6942176 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/GetFromSackConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/GetFromSackConfig.java @@ -8,7 +8,7 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class GetFromSackConfig { @Expose - @ConfigOption(name = "Queued GfS", desc = "If §e/gfs §for §e/getfromsacks §fis used it queues up the commands so all items are guarantied to be received.") + @ConfigOption(name = "Queued GfS", desc = "If §e/gfs §7or §e/getfromsacks §7is used it queues up the commands so all items are guarantied to be received.") @ConfigEditorBoolean @FeatureToggle public boolean queuedGFS = true; |