Merge branch 'master' into rx
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user