1
0
forked from 0ad/0ad

Stops the builders regrouping to town centre, because this is no longer really needed.

This was SVN commit r10338.
This commit is contained in:
James Baillie 2011-09-28 15:50:06 +00:00
parent 9cf932eaee
commit 75c7028e24

View File

@ -661,7 +661,7 @@ var EconomyManager = Class({
{
Engine.ProfileStart("economy update");
this.buildRegroup(gameState, planGroups)
//this.buildRegroup(gameState, planGroups)
this.checkBuildingList(gameState);