diff options
| author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-05-26 12:23:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 12:23:02 +0200 |
| commit | ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 (patch) | |
| tree | 668444c961f0e8fc23cf5e52b38c11e33ad74b11 /src/main/java/at/hannibal2/skyhanni/features/misc | |
| parent | a214c141696f054b79c6ac13cb309992e3ac95d1 (diff) | |
| download | skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.gz skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.bz2 skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.zip | |
Fix Typos (#1897)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt | 6 | ||||
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/visualwords/ModifyVisualWords.kt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt index ec022920c..b132561ff 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt @@ -85,8 +85,8 @@ object DiscordRPCManager : IPCListener { logger.warn("Failed to connect to RPC!", ex) ChatUtils.clickableChat( "Discord Rich Presence was unable to start! " + - "This usually happens when you join SkyBlock when Discord is not started. " + - "Please run /shrpcstart to retry once you have launched Discord.", + "This usually happens when you join SkyBlock when Discord is not started. " + + "Please run /shrpcstart to retry once you have launched Discord.", onClick = { startCommand() } @@ -164,7 +164,7 @@ object DiscordRPCManager : IPCListener { @SubscribeEvent fun onTick(event: LorenzTickEvent) { - // the mod has already started the connection process. this variable is my way of running a function when + // The mod has already started the connection process. This variable is my way of running a function when // the player joins SkyBlock but only running it again once they join and leave. if (started || !isEnabled()) return if (LorenzUtils.inSkyBlock) { diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/visualwords/ModifyVisualWords.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/visualwords/ModifyVisualWords.kt index b0a9d651e..8afc503dd 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/visualwords/ModifyVisualWords.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/visualwords/ModifyVisualWords.kt @@ -45,7 +45,7 @@ object ModifyVisualWords { } } - // Disabled, as its only a novelty for 30 seconds and will annoy after that everyone. + // Disabled, as it's only a novelty for 30 seconds and will annoy after that everyone. /* if (LorenzUtils.isAprilFoolsDay && !FontRendererHook.cameFromChat && Random.nextDouble() < 0.02) { modifiedText = modifiedText.replace(reverseRegex) { |
