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",
|
||||
name = "Drag Delay",
|
||||
description = "Configures the inventory drag delay in client ticks (20ms)",
|
||||
position = 3,
|
||||
hidden = true,
|
||||
unhide = "keybind"
|
||||
position = 3
|
||||
)
|
||||
default int dragDelay()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user