Skip to content

Commit

Permalink
Change config default for 'ingoreallowflight' to true.
Browse files Browse the repository at this point in the history
Should favor fixing issues with transitions between fly-nofly or
allow-flight-whatever rather.
  • Loading branch information
asofold committed Jun 6, 2016
1 parent 016d589 commit 785fe55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -368,7 +368,7 @@ public DefaultConfig() {

// MOVING
set(ConfPaths.MOVING_CREATIVEFLY_CHECK, true);
set(ConfPaths.MOVING_CREATIVEFLY_IGNOREALLOWFLIGHT, false); // TODO: -> true ?
set(ConfPaths.MOVING_CREATIVEFLY_IGNOREALLOWFLIGHT, true);
set(ConfPaths.MOVING_CREATIVEFLY_IGNORECREATIVE, false); // TODO: -> true ?
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "creative." + ConfPaths.SUB_HORIZONTAL_SPEED, 100);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "creative." + ConfPaths.SUB_VERTICAL_ASCEND_SPEED, 100);
Expand Down

0 comments on commit 785fe55

Please sign in to comment.