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:
@@ -80,9 +80,7 @@ public interface AntiDragConfig extends Config
|
|||||||
keyName = "dragDelay",
|
keyName = "dragDelay",
|
||||||
name = "Drag Delay",
|
name = "Drag Delay",
|
||||||
description = "Configures the inventory drag delay in client ticks (20ms)",
|
description = "Configures the inventory drag delay in client ticks (20ms)",
|
||||||
position = 3,
|
position = 3
|
||||||
hidden = true,
|
|
||||||
unhide = "keybind"
|
|
||||||
)
|
)
|
||||||
default int dragDelay()
|
default int dragDelay()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user