Do a tiny change

Big changes coming though
This commit is contained in:
gomeow
2013-03-24 22:53:05 -07:00
parent f99bf88f14
commit 6a6f5fccdf
2 changed files with 3 additions and 2 deletions
@@ -32,6 +32,8 @@ public enum Lang {
@Override
public String toString() {
if(this == TITLE)
return ChatColor.translateAlternateColorCodes('&', lang.getString(this.path)) + " ";
return ChatColor.translateAlternateColorCodes('&', lang.getString(this.path));
}
}