mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-20 21:23:51 +00:00
fix: boat plr height & sneak height (#1459)
This commit is contained in:
parent
e4c08b8414
commit
8bf0343544
4 changed files with 32 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ Boat::Boat(Level *level, double x, double y, double z) : Entity( level )
|
|||
|
||||
double Boat::getRideHeight()
|
||||
{
|
||||
return heightOffset;
|
||||
return heightOffset - 0.4f;
|
||||
}
|
||||
|
||||
bool Boat::hurt(DamageSource *source, float hurtDamage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue