diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 11fd81a0..1ba432fd 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -3746,7 +3746,10 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures) if((player->ullButtonsPressed&(1LL<isInputAllowed(MINECRAFT_ACTION_INVENTORY)) { shared_ptr player = Minecraft::GetInstance()->player; - ui.PlayUISFX(eSFX_Press); + if (!player->isRiding()) + { + ui.PlayUISFX(eSFX_Press); + } if(gameMode->isServerControlledInventory()) {