diff --git a/scripts/gui/hud/CpSiloLoaderWorkerHudPage.lua b/scripts/gui/hud/CpSiloLoaderWorkerHudPage.lua index 89567521d..4d5068109 100644 --- a/scripts/gui/hud/CpSiloLoaderWorkerHudPage.lua +++ b/scripts/gui/hud/CpSiloLoaderWorkerHudPage.lua @@ -156,7 +156,7 @@ function CpSiloLoaderWorkerHudPageElement:arePositionEqual(parameters, otherPara end function CpSiloLoaderWorkerHudPageElement:isStartingPointBtnDisabled(vehicle) - return AIUtil.hasChildVehicleWithSpecialization(vehicle, ConveyorBelt) + return AIUtil.hasChildVehicleWithSpecialization(vehicle, ConveyorBelt) or vehicle:getIsCpActive() end function CpSiloLoaderWorkerHudPageElement:getStartingPointBtnText(vehicle)