Update ManufactureInstallationObject.cpp

This commit is contained in:
John
2021-03-09 02:57:51 -05:00
committed by GitHub
parent d9ff25d06f
commit 36f9351ccb
@@ -489,10 +489,8 @@ float ManufactureInstallationObject::getTimePerObject() const
if (schematic == nullptr)
return 0;
#ifdef _DEBUG
if (ConfigServerGame::getManufactureTimeOverride() >= 1.0f)
return ConfigServerGame::getManufactureTimeOverride();
#endif
float baseTime = schematic->getManufactureTime() * schematic->getComplexity();
if (baseTime < 1.0f)