Skip to content

Commit

Permalink
Removed factoryProdAdjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed Dec 14, 2024
1 parent 20f3cbc commit 1d42961
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/structure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6235,8 +6235,6 @@ void doNextProduction(STRUCTURE *psStructure, DROID_TEMPLATE *current, QUEUE_MOD
if (current && current->next)
{
structSetManufacture(psStructure, current->next, ModeQueue);
// Increase the production counter, because we produced the old template
factoryProdAdjust(psStructure, current->next, true);
return;
}

Expand Down

0 comments on commit 1d42961

Please sign in to comment.