mrDarker
2025-09-01 d78ab86af696b7b762823db10ba0f126e697ae2d
SourceCode/Bond/Servo/ProcessJob.cpp
@@ -419,4 +419,15 @@
        return "";
    }
    CarrierSlotInfo* CProcessJob::getCarrier(std::string& strId)
    {
        for (auto& item : m_carriers) {
            if (item.carrierId.compare(strId) == 0) {
                return &item;
            }
        }
        return nullptr;
    }
}