diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-27 18:48:07 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-27 18:48:07 +0100 |
commit | 8efe1b9d70db2604ecc90f74a495fa9de8f97210 (patch) | |
tree | a11fbf9c5d7aff01953a05e12f54cbd2d304bdb8 /src | |
parent | 3fc1cc0267701ccae0af80051e2a11c106aba1d0 (diff) | |
download | skyhanni-8efe1b9d70db2604ecc90f74a495fa9de8f97210.tar.gz skyhanni-8efe1b9d70db2604ecc90f74a495fa9de8f97210.tar.bz2 skyhanni-8efe1b9d70db2604ecc90f74a495fa9de8f97210.zip |
Renamed currentXP to xp in /shskills description.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt b/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt index b4965c3ed..4c25b4c3e 100644 --- a/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt @@ -485,7 +485,7 @@ object SkillAPI { private fun commandHelp() { ChatUtils.chat( listOf( - "§6/shskills levelwithxp <currentXP> - §bGet a level with the given current XP.", + "§6/shskills levelwithxp <xp> - §bGet a level with the given current XP.", "§6/shskills xpforlevel <desiredLevel> - §bGet how much XP you need for a desired level.", "§6/shskills goal - §bView your current goal", "§6/shskills goal <skill> <level> - §bDefine your goal for <skill>", |