mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Fixed sneaking eye height. Addresses BUKKIT-808
This commit is contained in:
parent
f70f99d1a0
commit
dcf016822d
@ -97,7 +97,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
return 1.62D;
|
return 1.62D;
|
||||||
} else {
|
} else {
|
||||||
if (isSneaking()) {
|
if (isSneaking()) {
|
||||||
return 1.42D;
|
return 1.54D;
|
||||||
} else {
|
} else {
|
||||||
return 1.62D;
|
return 1.62D;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user