Skip to content

Commit

Permalink
Merge pull request #446 from nevercast/issue-445
Browse files Browse the repository at this point in the history
Fixed issue 445
  • Loading branch information
SirSengir committed Nov 26, 2012
2 parents 79172e2 + 8749de2 commit c531ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/buildcraft/factory/TileQuarry.java
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public void reinitalize() {

@Override
public void setPowerProvider(IPowerProvider provider) {
provider = powerProvider;
powerProvider = provider;

}

Expand Down

0 comments on commit c531ade

Please sign in to comment.