diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-29 00:26:24 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-29 00:26:24 +0200 |
commit | 8109818fefaafd650aaba4ab93b0e3c9bff11350 (patch) | |
tree | fbd8ba0f3d2b57dbd5d1c72f8a2ada422f95d8e4 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | eb9aa5f94b37e16ede0f512fbcdcfbd09d229dbe (diff) | |
download | skyhanni-8109818fefaafd650aaba4ab93b0e3c9bff11350.tar.gz skyhanni-8109818fefaafd650aaba4ab93b0e3c9bff11350.tar.bz2 skyhanni-8109818fefaafd650aaba4ab93b0e3c9bff11350.zip |
fixed typo in Nukekubi
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java index 49b8b15c9..9678a8c32 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java @@ -48,7 +48,7 @@ public class SlayerConfig { } @Expose - @ConfigOption(name = "Highlight Nukekebi Skulls", desc = "Highlights the Enderman Slayer Nukekebi Skulls (Eyes).") + @ConfigOption(name = "Highlight Nukekubi Skulls", desc = "Highlights the Enderman Slayer Nukekubi Skulls (Eyes).") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean endermanHighlightNukekebi = false; |