aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-05-16 00:05:46 +1000
committerGitHub <noreply@github.com>2023-05-15 16:05:46 +0200
commita563f32d0564b3187b4db7098f6e39173d9b2f64 (patch)
treeeaf8a7d5ea649f57d49ead92bb37e2657312fcc7 /src/main/java/at/hannibal2/skyhanni/config
parentdb07bd4a22c4feace8cefa9cfc39dd953999c5e9 (diff)
downloadskyhanni-a563f32d0564b3187b4db7098f6e39173d9b2f64.tar.gz
skyhanni-a563f32d0564b3187b4db7098f6e39173d9b2f64.tar.bz2
skyhanni-a563f32d0564b3187b4db7098f6e39173d9b2f64.zip
Trevor fixes (#106)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
index afb351c9f..07e2a92c1 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -316,7 +316,8 @@ public class Misc {
public static class TrevorTheTrapper {
@Expose
- @ConfigOption(name = "Trapper Solver", desc = "Assists you in finding Trevor's mobs. §cMay not always work as expected.")
+ @ConfigOption(name = "Trapper Solver", desc = "Assists you in finding Trevor's mobs. §eNote: May not always work as expected. " +
+ "§cWill not help you to find rabbits or sheep in the Oasis!")
@ConfigEditorBoolean
public boolean trapperSolver = true;