From 36a296830caead0530a8d6a264da4a951304fda5 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:13:27 +0100 Subject: [PATCH] Backend: Graph Editor Description for one way edges (#3071) --- .../at/hannibal2/skyhanni/config/features/dev/GraphConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java index e8ba698e5c01..05c729ad8260 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java @@ -98,7 +98,7 @@ public class GraphConfig { public int dissolveKey = Keyboard.KEY_NONE; @Expose - @ConfigOption(name = "Edge Cycle", desc = "Cycles the direction of the edge.") + @ConfigOption(name = "Edge Cycle", desc = "Cycles the direction of the edge that is between the active and the closed node. (Used to make one-directional ways)") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_H) public int edgeCycle = Keyboard.KEY_H;