Update a TODO.

This commit is contained in:
asofold 2013-01-25 00:14:43 +01:00
parent 405f33e90e
commit 509347e78b

View File

@ -770,7 +770,7 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
data.clearFlyData();
data.resetPositions(to);
data.setSetBack(to);
// TODO: make this configurable.
// TODO: How to account for plugins that reset the fall distance here?
if (fallDistance > 1.0 && fallDistance - player.getFallDistance() > 0.0){
// Reset fall distance if set so in the config.
if (!MovingConfig.getConfig(player).noFallTpReset){