From d55d143f8d4c1e03d092d8f33f26ce9d3a605935 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:29:43 +0100 Subject: Added a note that the skyhanni tps display is the same as in soopy --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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; -- cgit