From d0bd2ae49aafcfbc1a6b6358d9550369506fc52a Mon Sep 17 00:00:00 2001 From: pklite <46624825+pklite@users.noreply.github.com> Date: Tue, 16 Jul 2019 12:24:35 -0400 Subject: [PATCH] Fixes small anti-drag config bug that would hide the config to change the drag delay when using always-on mode (#1007) Signed-off-by: PKLite --- .../net/runelite/client/plugins/antidrag/AntiDragConfig.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java index bd3de31419..833a07e2a3 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java @@ -80,9 +80,7 @@ public interface AntiDragConfig extends Config keyName = "dragDelay", name = "Drag Delay", description = "Configures the inventory drag delay in client ticks (20ms)", - position = 3, - hidden = true, - unhide = "keybind" + position = 3 ) default int dragDelay() {