mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Fixed sneaking eye height. Addresses BUKKIT-808
By: TomyLobo <stabelweb@gmx.de>
This commit is contained in:
parent
f0ed27ad63
commit
0914806835
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue