actually disable by default

This commit is contained in:
Leijurv 2018-09-09 07:18:03 -07:00
parent b31930ebd2
commit 02ebc1947b
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -85,8 +85,10 @@ public class Settings {
/** /**
* You know what it is * You know what it is
* <p>
* But it's very unreliable and falls off when cornering like all the time so.
*/ */
public Setting<Boolean> allowParkour = new Setting<>(true); // disable in release because its sketchy af lol public Setting<Boolean> allowParkour = new Setting<>(false);
/** /**
* For example, if you have Mining Fatigue or Haste, adjust the costs of breaking blocks accordingly. * For example, if you have Mining Fatigue or Haste, adjust the costs of breaking blocks accordingly.