Change config default for 'ingoreallowflight' to true.

Should favor fixing issues with transitions between fly-nofly or
allow-flight-whatever rather.
This commit is contained in:
asofold 2016-06-06 11:39:20 +02:00
parent 016d5894de
commit 785fe554e0

View File

@ -368,7 +368,7 @@ public class DefaultConfig extends ConfigFile {
// 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);