This commit is contained in:
Leijurv 2019-05-11 21:13:46 -07:00
parent 79d448e5f4
commit 6a13e94c4f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -545,6 +545,8 @@ public final class Settings {
/**
* Exclusively use cached chunks for pathing
* <p>
* Never turn this on
*/
public final Setting<Boolean> pathThroughCachedOnly = new Setting<>(false);