mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
Double right-click fix test
This commit is contained in:
@@ -485,7 +485,7 @@ namespace
|
||||
unitId, commandType->getId(), currPos,
|
||||
-1, targetId, -1, tryQueue, cst_None,
|
||||
-1, unitCommandGroupId);
|
||||
resultCur = pushNetworkCommand(&networkCommand, isMove);
|
||||
resultCur = isMove ? giveNetworkCommand(&networkCommand) : pushNetworkCommand(&networkCommand);
|
||||
}
|
||||
results.push_back(resultCur);
|
||||
} else if (!ignoreBuildings && unit->isMeetingPointSettable()) {
|
||||
|
Reference in New Issue
Block a user