Comment on having ReflectEntity there.

This commit is contained in:
asofold 2016-12-29 13:06:37 +01:00
parent b6ae8049b7
commit 664a01b951
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ public class MCAccessCBReflect extends MCAccessBukkitBase {
if (dY > 1.8) {
return AlmostBoolean.YES; // dY > 1.65D ||
}
if (dY < 0.1D && getHeight(player) >= 0.1) { // TODO: Not strictly the height parameter.
// TODO: Get height/length from ReflectEntity.
if (dY < 0.1D && getHeight(player) >= 0.1) {
return AlmostBoolean.YES;
}
}