diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-12 15:29:43 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-12 15:29:43 +0100 |
commit | d55d143f8d4c1e03d092d8f33f26ce9d3a605935 (patch) | |
tree | a09af2d3791cc96464d61c0b48385b9f19d53394 | |
parent | a4712d5570d2fe6e95c923ac8a125f45d053856f (diff) | |
download | skyhanni-d55d143f8d4c1e03d092d8f33f26ce9d3a605935.tar.gz skyhanni-d55d143f8d4c1e03d092d8f33f26ce9d3a605935.tar.bz2 skyhanni-d55d143f8d4c1e03d092d8f33f26ce9d3a605935.zip |
Added a note that the skyhanni tps display is the same as in soopy
-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 5800caf1c..c77349d51 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -149,7 +149,7 @@ public class Misc { public boolean tpsDisplay = false; @Expose - @ConfigOption(name = "Tps Display", desc = "Show the Tps of the current server.") + @ConfigOption(name = "Tps Display", desc = "Show the Tps of the current server. (Like in Soopy)") @ConfigEditorBoolean @ConfigAccordionId(id = 8) public boolean tpsDisplayEnabled = false; |