diff options
author | dragon99z <dragon99@online.de> | 2023-07-24 15:35:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 15:35:36 +0200 |
commit | a2a4a8e3662a412121ee5802706f64f8433d7b24 (patch) | |
tree | 5c77e49fd06335d362e2a4adc4885c6ac330ba25 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | be556926ed942c826389acf38add01c1486a9e08 (diff) | |
download | skyhanni-a2a4a8e3662a412121ee5802706f64f8433d7b24.tar.gz skyhanni-a2a4a8e3662a412121ee5802706f64f8433d7b24.tar.bz2 skyhanni-a2a4a8e3662a412121ee5802706f64f8433d7b24.zip |
Merge pull request #330
* +added Eman slayer beacon highlight and beacon beam
* +added Eman slayer beacon warning toggle
* Merge remote-tracking branch 'origin/beta' into beta
* +added Patcher sendcoords like command
* formatting (Strg + Alt + L in IntelliJ)
* using regex to grab coordinates from chat
* Merge branch 'hannibal002:beta' into beta
* Merge remote-tracking branch 'origin/beta' into beta
* +Added a PatcherBeacon class to store the location,name and creation …
* Formatting
* using "for iterator" instead of index, using "removeIf" and removed l…
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 a630f3c7f..b40821da0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -661,9 +661,9 @@ public class MiscConfig { public boolean restorePieceOfWizardPortalLore = true; @Expose - @ConfigOption(name = "Patcher Coords Highlight", desc = "Highlight the the coords sended form patcher.") + @ConfigOption(name = "Patcher Coords Waypoint", desc = "Highlight the the coords sended form patcher.") @ConfigEditorBoolean - public boolean patcherSendCoordHighlight = false; + public boolean patcherSendCoordWaypoint = false; @Expose @ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.") |