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;