This commit is contained in:
Leijurv 2019-03-30 23:23:12 -07:00
parent 71482cc984
commit 2c3dc5d6b1
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -115,7 +115,7 @@ public final class Settings {
/** /**
* If true, parkour is allowed to make jumps when standing on blocks at the maximum height, so player feet is y=256 * If true, parkour is allowed to make jumps when standing on blocks at the maximum height, so player feet is y=256
* <p> * <p>
* Defaults to false because this fails on constantiam * Defaults to false because this fails on constantiam. Please let me know if this is ever disabled. Please.
*/ */
public final Setting<Boolean> allowJumpAt256 = new Setting<>(false); public final Setting<Boolean> allowJumpAt256 = new Setting<>(false);