Merge branch 'master' into rx

This commit is contained in:
Owain van Brakel
2019-07-17 22:22:40 +02:00
committed by GitHub

View File

@@ -105,8 +105,8 @@ public class AntiDragPlugin extends Plugin
@Override
protected void startUp() throws Exception
{
updateConfig();
addSubscriptions();
updateConfig();
if (this.keybind)
{
@@ -153,6 +153,10 @@ public class AntiDragPlugin extends Plugin
{
client.setInventoryDragDelay(this.alwaysOn ? this.dragDelay : DEFAULT_DELAY);
}
if (event.getKey().equals("dragDelay") && this.alwaysOn)
{
client.setInventoryDragDelay(this.dragDelay);
}
}
}