Skip to content

Commit

Permalink
add in missed period for the appending of strings to the end of the u…
Browse files Browse the repository at this point in the history
…nlocalized name
  • Loading branch information
progwml6 committed Dec 19, 2013
1 parent d9bbfbc commit 2e4958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantle/blocks/abstracts/MultiItemBlock.java
Expand Up @@ -35,7 +35,7 @@ public MultiItemBlock(int id, String itemBlockUnlocalizedName, String appendToEn
super(id);
this.unlocalizedName = itemBlockUnlocalizedName;
this.blockType = blockTypes;
this.append = appendToEnd;
this.append = "." + appendToEnd;
}

public void setSpecialIndex (int clampIndex, int stringBuilderIndex)
Expand Down

0 comments on commit 2e4958f

Please sign in to comment.