Skip to content

Commit

Permalink
Fix fractualities name in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Feb 26, 2015
1 parent 0c0ed02 commit 08fa63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/armor/player/TPlayerHandler.java
Expand Up @@ -82,7 +82,7 @@ public void onPlayerLogin (EntityPlayer player)
}
}

if (player.getDisplayName().toLowerCase().equals("fudgy_fetus"))
if (player.getDisplayName().toLowerCase().equals("fractuality"))
{
ItemStack pattern = new ItemStack(TinkerTools.woodPattern, 1, 22);

Expand Down

0 comments on commit 08fa63d

Please sign in to comment.