aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2024-03-24 09:12:33 +0000
committerGitHub <noreply@github.com>2024-03-24 10:12:33 +0100
commit374b56662212253f844c963c353167064fb2f592 (patch)
tree2ee0862e65d2d16aad7ac164f961598a5ed52a50 /src/main/java/at/hannibal2/skyhanni/config/commands
parent72cf0dbf71002194f64dee8518ae19e56c538d0f (diff)
downloadskyhanni-374b56662212253f844c963c353167064fb2f592.tar.gz
skyhanni-374b56662212253f844c963c353167064fb2f592.tar.bz2
skyhanni-374b56662212253f844c963c353167064fb2f592.zip
Fix: Various limbo stats related fixes (#1252)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-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 d4f36c1c2..ac8ce0df7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -294,7 +294,7 @@ object Commands {
)
registerCommand(
"shlimbostats",
- "Prints your Limbo Stats!"
+ "Prints your Limbo Stats.\n §7This includes your Personal Best, Playtime, and §aSkyHanni User Luck§7!"
) { LimboTimeTracker.printStats() }
registerCommand(
"shlimbo",