Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-zhabotinsky committed Jan 18, 2016
1 parent 410c5e8 commit 9450ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public int isProvidingStrongPower(IBlockAccess world, int x, int y, int z, int s
if ((side & 6) == (socket.getSide() & 6))
return 0;
int rot = socket.getSideRel(side);
if (!socket.getConnectionTypeAtSide(side).isRedstone())
if (!socket.getConnectionTypeAtSide(rot).isRedstone())
return 0;

return socket.getRedstoneOutput(rot);
Expand Down

0 comments on commit 9450ef8

Please sign in to comment.