diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-03 16:44:02 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-03 16:44:02 +0100 |
| commit | e859d2873c11d24cbd8966bfcb06c80dd8901ab3 (patch) | |
| tree | e52d2d3bed274545dcaca6bae11a831734aa422b /src/main/java/at/hannibal2/skyhanni/features/nether | |
| parent | 277e341240e938683cc85ead741444e7fe9e809f (diff) | |
| download | skyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.tar.gz skyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.tar.bz2 skyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.zip | |
Formatting
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/nether')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt index 47f79d786..9b4d6f882 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/DailyQuestHelper.kt @@ -253,7 +253,7 @@ class DailyQuestHelper(val reputationHelper: CrimsonIsleReputationHelper) { } else { "§c" } - " §f($color$amountFormat §fin sacks)" + " §7($color$amountFormat §7in sacks)" } else { "" } |
