Reversted tentative fix to double right-clicking

This commit is contained in:
mathusummut
2018-09-27 00:53:20 +02:00
parent c180f81117
commit 3aec9f891c

View File

@@ -485,7 +485,7 @@ namespace
unitId, commandType->getId(), currPos,
-1, targetId, -1, tryQueue, cst_None,
-1, unitCommandGroupId);
resultCur = isMove ? giveNetworkCommand(&networkCommand) : pushNetworkCommand(&networkCommand);
resultCur = pushNetworkCommand(&networkCommand, isMove);
}
results.push_back(resultCur);
} else if (!ignoreBuildings && unit->isMeetingPointSettable()) {