Skip to content

Commit

Permalink
quarry hotfix 10562
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Dec 30, 2024
1 parent df19121 commit a763630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ private IAIState dumpInventory()
return afterDump();
}

if (!walkToBuilding())
if (!walkToBuilding(building))
{
setDelay(WALK_DELAY);
return INVENTORY_FULL;
Expand Down

0 comments on commit a763630

Please sign in to comment.