fix: boat plr height & sneak height (#1459)

This commit is contained in:
Sylvessa
2026-04-05 16:08:17 -05:00
committed by itsRevela
parent c0a2e82223
commit 4e6c695899
4 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -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)