Skip to content

Commit

Permalink
Fix: Shortened some rpc stuff (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Obsidianninja11 authored May 1, 2024
1 parent 7569db4 commit 0571553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object DiscordRPCManager : IPCListener {
addButton(
RichPresenceButton(
"https://sky.shiiyu.moe/stats/${LorenzUtils.getPlayerName()}/${HypixelData.profileName}",
"Open SkyCrypt Profile"
"Open SkyCrypt"
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private fun getCropMilestoneDisplay(): String {
} ?: 100 // percentage to next milestone

return if (tier != null) {
"${crop.cropName}: ${if (!crop.isMaxed()) "Milestone $tier ($progress)" else "MAXED (${cropCounter.addSeparators()} crops collected)"}"
"${crop.cropName}: ${if (!crop.isMaxed()) "Milestone $tier ($progress)" else "MAXED (${cropCounter.addSeparators()} crops)"}"
} else AutoStatus.CROP_MILESTONES.placeholderText
}

Expand Down

0 comments on commit 0571553

Please sign in to comment.