mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-22 01:38:23 +00:00
TU24
This commit is contained in:
@@ -776,15 +776,3 @@ wstring Villager::getDisplayName()
|
||||
};
|
||||
return app.GetString(name);
|
||||
}
|
||||
|
||||
// TU25 Addition
|
||||
float Villager::getEyeHeight()
|
||||
{
|
||||
//TODO: Use LCE instead of JAVA
|
||||
float f = 1.62F;
|
||||
|
||||
if (isBaby())
|
||||
f -= 0.81;
|
||||
|
||||
return f;
|
||||
}
|
||||
Reference in New Issue
Block a user