antidrag: remove unused config setter

This commit is contained in:
Adam
2018-06-02 22:39:22 -04:00
parent df10ebbbe2
commit dfe1d39730

View File

@@ -45,11 +45,4 @@ public interface AntiDragConfig extends Config
{
return 600 / 20; // one game tick
}
@ConfigItem(
keyName = "dragDelay",
name = "",
description = ""
)
void dragDelay(int delay);
}