Skip to content

Commit

Permalink
Fixed Plant Gatherer skipping blocks, closes #1212
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Dec 29, 2023
1 parent 259b70a commit f227e51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ public IndustrialWorkingTile.WorkAction work() {
}
increasePointer();
}
} else {
increasePointer();
}
increasePointer();
return new WorkAction(1f, 0);
}

Expand Down

0 comments on commit f227e51

Please sign in to comment.