Skip to content

Commit

Permalink
Update SpoolOfWire.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Mar 3, 2014
1 parent cdf8e37 commit be188d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tmechworks/items/SpoolOfWire.java
Expand Up @@ -47,7 +47,7 @@ public void addInformation (ItemStack stack, EntityPlayer player, List list, boo
switch (stack.getItemDamage())
{
case 0:
list.add("Wirey!");
list.add(StatCollector.translateToLocal("tooltip.spoolofwire"));
break;
}
}
Expand Down

0 comments on commit be188d3

Please sign in to comment.