mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
b98e7f3b5b
Remove the ResetIdle method that was causing issues with the 'Stop units' command in formation combat The method was originally added to prevent formation members from appearing idle during patrol waypoints, but formation controllers or its members no longer enter idle states even without it The ResetIdle method was sending MT_UnitIdleChanged messages causing formation members to bug when using stop commands Fixes: #8546