mrDarker
2025-08-27 7ec50101cc28996eee747962eb06b8fa52e016ed
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;
    }
}