forked from mirrors/0ad
67fe65e85b
While gathering resources entities may be tasked to gather near a position. The range check for that is 10 m. However, the relaxed range check for the walking state is this.DefaultRelaxedMaxRange, which is 12 meter, currently. Meaning it would lead to a slow infinite loop. Differential revision: D3839 Comments by: @wraitii Tested by: @gameboy (https://wildfiregames.com/forum/topic/38131-tutorial-bug/) This was SVN commit r25249.