diff --git a/source/glest_game/game/commander.cpp b/source/glest_game/game/commander.cpp index 824673826..18193ca89 100644 --- a/source/glest_game/game/commander.cpp +++ b/source/glest_game/game/commander.cpp @@ -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()) {