aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--FEATURES.md2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f522aac7..b30273b24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@
+ Show the time since you entered limbo.
+ Show a chat message for how long you were in limbo once you leave it.
+ Added Highlight Party Members. - Cad
- + Marking partly members with a bright outline to better find them in the world.
+ + Marking party members with a bright outline to better find them in the world.
+ Added Shift Click Equipment. - Thunderblade73
+ This removes the need to shift-click to swap the equipment items, without the annoying "pick up animation".
+ Adds chat symbols such as iron man/bingo/nether faction like SBA had/has. - CalMWolfs
diff --git a/FEATURES.md b/FEATURES.md
index 3de6ffd8d..66be06d5e 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -679,7 +679,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Show the time since you entered limbo.
+ Show a chat message for how long you were in limbo once you leave it.
+ Highlight Party Members. - Cad
- + Marking partly members with a bright outline to better find them in the world.
+ + Marking party members with a bright outline to better find them in the world.
## Cosmetics
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index db8f21131..5cd9d1611 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -544,7 +544,7 @@ public class MiscConfig {
public static class HighlightPartyMembers {
@Expose
- @ConfigOption(name = "Enabled", desc = "Marking partly members with a bright outline to better find them in the world.")
+ @ConfigOption(name = "Enabled", desc = "Marking party members with a bright outline to better find them in the world.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = false;