mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-25 12:15:14 +01:00
implement new config method
This commit is contained in:
parent
0a01373f5a
commit
9bde889f70
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user