Skip to content

Commit

Permalink
Fix ResourceConsumptionChecker, would break on part count change
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell authored Mar 3, 2022
1 parent b4c59ae commit cf0f378
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void FixedUpdate()
// Reset counter on vessel change
if (partCount != localCount)
{
partCount = localCount;
checks = 0;
}

Expand Down

0 comments on commit cf0f378

Please sign in to comment.