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 <stonewall@pklite.xyz>
This commit is contained in:
pklite
2019-07-16 12:24:35 -04:00
committed by Ganom
parent b75a4f1fa7
commit d0bd2ae49a

View File

@@ -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()
{