LAPTOP-SNT8I5JK\Boounion
2025-07-21 5e6c63c80e146e9f0800afc39ec33f0c7eb7a572
SourceCode/Bond/Servo/CBakeCooling.cpp
@@ -414,4 +414,11 @@
   {
      return 25000;
   }
   bool CBakeCooling::isSlotProcessed(int slot)
   {
      CGlass* pGlass = getGlassFromSlot(slot);
      if (pGlass == nullptr) return false;
      return pGlass->isProcessed(m_nID, getSlotUnit(slot));
   }
}