mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-14 10:12:50 -06:00
minor: remove commented unused code
This commit is contained in:
@@ -130,8 +130,6 @@ namespace HydroponicsExpanded {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void HarvestTick() {
|
private void HarvestTick() {
|
||||||
// var plantsLeft = _innerContainer.Count;
|
|
||||||
// var potentialCellCount = this.OccupiedRect().Area;
|
|
||||||
|
|
||||||
// Try to place every plant in the container in any cell.
|
// Try to place every plant in the container in any cell.
|
||||||
foreach (Thing nextInnerThing in _innerContainer) {
|
foreach (Thing nextInnerThing in _innerContainer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user