HomeWildfire Games

Fix formation-walking infinite loop introduced in rP22506

Description

Fix formation-walking infinite loop introduced in rP22506

rP22506 Introduced a infinite loop in which formation members keep receiving the order to formation walk to their proper position. This was due to this.formationOffset is not deleted when member gets in offset position, what means he recieved motion update and it was not because of failure.

Patch by: @Freagarach
Differential Revision: https://code.wildfiregames.com/D2424