mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
Whoops.
This commit is contained in:
parent
7c1e589aa4
commit
dc4fab5902
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class BookletChapter{
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getLocalizedName(){
|
public String getLocalizedName(){
|
||||||
return this.color+StringUtil.localize("booklet."+ModUtil.MOD_ID_LOWER+".chapter."+this.unlocalizedName+".name");
|
return StringUtil.localize("booklet."+ModUtil.MOD_ID_LOWER+".chapter."+this.unlocalizedName+".name");
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getNameWithColor(){
|
public String getNameWithColor(){
|
||||||
|
|
Loading…
Reference in a new issue