aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2023-10-06 19:47:41 +0200
committerGitHub <noreply@github.com>2023-10-06 19:47:41 +0200
commit0c35760ad4c2cc784bf8ab722ad06f4f8c250dbc (patch)
treed94cb848f0f9768f2e8b808b46f2d268248c6875 /src/main/java/at/hannibal2/skyhanni/config
parent0387c76558965238ac94e1d46ff431859aad335f (diff)
downloadskyhanni-0c35760ad4c2cc784bf8ab722ad06f4f8c250dbc.tar.gz
skyhanni-0c35760ad4c2cc784bf8ab722ad06f4f8c250dbc.tar.bz2
skyhanni-0c35760ad4c2cc784bf8ab722ad06f4f8c250dbc.zip
Fixed capitalization error (#535)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index e633f0c29..42416c69d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -165,7 +165,7 @@ object Commands {
}
private fun usersBugFix() {
- registerCommand("shupdaterepo", "Download the Skyhanni repo again") { SkyHanniMod.repo.updateRepo() }
+ registerCommand("shupdaterepo", "Download the SkyHanni repo again") { SkyHanniMod.repo.updateRepo() }
registerCommand(
"shresetburrowwarps",
"Manually resetting disabled diana burrow warp points"