Remove stray character.

This was SVN commit r16273.
This commit is contained in:
leper 2015-02-06 16:50:22 +00:00
parent 766d2f833f
commit 18a1820d9c

View File

@ -5030,7 +5030,7 @@ UnitAI.prototype.PerformGather = function(target, queued, force)
/**
* Adds gather-near-position order to the queue, not forced, so it can be
* interrupted by attacks.
*/S
*/
UnitAI.prototype.GatherNearPosition = function(x, z, type, template, queued)
{
// Remove "resource|" prefix from template name, if present.