aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-12 15:29:43 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-12 15:29:43 +0100
commit61443b795da5cf58b97a37e9fb1a44febb2058f5 (patch)
treea09af2d3791cc96464d61c0b48385b9f19d53394
parent690392e22e8c13e26d30cc19e007a3eced6c596f (diff)
downloadSkyHanni-61443b795da5cf58b97a37e9fb1a44febb2058f5.tar.gz
SkyHanni-61443b795da5cf58b97a37e9fb1a44febb2058f5.tar.bz2
SkyHanni-61443b795da5cf58b97a37e9fb1a44febb2058f5.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.java2
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;