implement new config method

This commit is contained in:
creeper123123321 2019-02-10 15:29:52 -02:00
parent 0a01373f5a
commit 9bde889f70
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -268,4 +268,9 @@ public class VRViaConfig extends Config implements ViaVersionConfig {
public boolean isSnowCollisionFix() {
return this.getBoolean("fix-low-snow-collision", false);
}
@Override
public int get1_13TabCompleteDelay() {
return this.getInt("1_13-tab-complete-delay", 0);
}
}