Fixed sneaking eye height. Addresses BUKKIT-808

This commit is contained in:
TomyLobo 2012-02-22 03:32:35 +01:00 committed by EvilSeph
parent f70f99d1a0
commit dcf016822d

View File

@ -97,7 +97,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
return 1.62D;
} else {
if (isSneaking()) {
return 1.42D;
return 1.54D;
} else {
return 1.62D;
}