disabled 'grouped' commands to see if this is the cause of out of synch (try this out guys)

This commit is contained in:
Mark Vejvoda 2011-10-26 00:30:58 +00:00
parent 0b6dbdf411
commit c6fe352da7

View File

@ -310,7 +310,8 @@ void FactionThread::execute() {
World *world = faction->getWorld();
Config &config= Config::getInstance();
bool sortedUnitsAllowed = config.getBool("AllowGroupedUnitCommands","true");
//bool sortedUnitsAllowed = config.getBool("AllowGroupedUnitCommands","true");
bool sortedUnitsAllowed = false;
if(sortedUnitsAllowed) {
faction->sortUnitsByCommandGroups();
}