TU43 Structures, bug fixes & minor changes
- Elytra flight, damage, kinetic energy, pretty much any bug someone reported, paper doll, etc. - Fossil & Igloo generation - Texture interpolation - Iggy mouse fix for world settings - Neo branding on main screen - Release build txt logger - Debug mode spectator - Several server fixes - Flowerpot fixes - Several more changes made in TU43
This commit is contained in:
@@ -128,6 +128,8 @@ LocalPlayer::LocalPlayer(Minecraft *minecraft, Level *level, User *user, int dim
|
||||
|
||||
LocalPlayer::~LocalPlayer()
|
||||
{
|
||||
if (minecraft != nullptr && minecraft->soundEngine != nullptr)
|
||||
minecraft->soundEngine->stopElytraSound();
|
||||
if( this->input != nullptr )
|
||||
delete input;
|
||||
}
|
||||
@@ -168,6 +170,9 @@ bool LocalPlayer::isEffectiveAi() const
|
||||
|
||||
void LocalPlayer::aiStep()
|
||||
{
|
||||
if (abilities.spectatorMode)
|
||||
noPhysics = true;
|
||||
|
||||
if (sprintTime > 0)
|
||||
{
|
||||
sprintTime--;
|
||||
|
||||
Reference in New Issue
Block a user