Skip to content

Commit

Permalink
Update RedstoneMachineItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Mar 3, 2014
1 parent 50423b0 commit ac90319
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ String getDirectionString (byte key)
if (key == 0)
return (StatCollector.translateToLocal("tooltip.drawbridge.direction.up"));
if (key == 1)
return (StatCollector.translateToLocal("tooltip.drawbridge.direction.right");
return (StatCollector.translateToLocal("tooltip.drawbridge.direction.right"));
if (key == 2)
return (StatCollector.translateToLocal("tooltip.drawbridge.direction.down"));

Expand Down

0 comments on commit ac90319

Please sign in to comment.