diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-25 14:01:42 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-25 14:01:42 +0200 |
commit | 7ad7804cc9b2eb87c8e55dc7636b078703f554d1 (patch) | |
tree | 2b81a4f415234b11652fd8e2ca2b3f33570946be | |
parent | 8b8061aa114cbf491033f40d05a25fb857934615 (diff) | |
download | skyhanni-7ad7804cc9b2eb87c8e55dc7636b078703f554d1.tar.gz skyhanni-7ad7804cc9b2eb87c8e55dc7636b078703f554d1.tar.bz2 skyhanni-7ad7804cc9b2eb87c8e55dc7636b078703f554d1.zip |
Fixed Typo
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 72e13e528..5643892ca 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -421,7 +421,7 @@ public class Misc { public boolean petCandyUsed = true; @Expose - @ConfigOption(name = "Server Restart Title", desc = "Show an title with seconds remaining until the server restarts after a Aame Update or Sheduled Restart.") + @ConfigOption(name = "Server Restart Title", desc = "Show an title with seconds remaining until the server restarts after a Game Update or Scheduled Restart.") @ConfigEditorBoolean public boolean serverRestartTitle = true; |