- disable grouped commands by default until i track the segfault

This commit is contained in:
Mark Vejvoda 2011-09-23 19:19:09 +00:00
parent 42bbbd2e42
commit 37fd0d6c71

View File

@ -281,7 +281,7 @@ void World::updateAllFactionUnits() {
// Prioritize grouped command units so closest units to target go first
// units
Config &config= Config::getInstance();
bool sortedUnitsAllowed = config.getBool("AllowGroupedUnitCommands","true");
bool sortedUnitsAllowed = config.getBool("AllowGroupedUnitCommands","false");
int factionCount = getFactionCount();
if(sortedUnitsAllowed == true) {