How to replicate Character Movement Component

I have a character. All movements replicates to server.
But when i try change “Set Movement mode” from Walking to Flying, it’s not replicates. Character stays on Walking mode.

This screen from BP_PlayerCharacter

Checkbox in character movement component is on.

So, the situation is following.
Player1 on Host-Server can switch Movement modes,
Player2 on Client can’t switch Movement modes.

How to fix it?