mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
oitsjustanedition
This commit is contained in:
parent
3a00e2663c
commit
723a54d7ba
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ public class GuiMainPage extends GuiBooklet{
|
||||||
}
|
}
|
||||||
this.bookletEdition = String.format("%sC%so%sl%so%sr%sf%su%sl %sE%sd%si%st%si%so%sn", (Object[])colors);
|
this.bookletEdition = String.format("%sC%so%sl%so%sr%sf%su%sl %sE%sd%si%st%si%so%sn", (Object[])colors);
|
||||||
}
|
}
|
||||||
|
else if(playerName.equalsIgnoreCase("oitsjustjose")){
|
||||||
|
this.bookletEdition = "oitsjustanedition";
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
if(Util.isDevVersion()){
|
if(Util.isDevVersion()){
|
||||||
this.bookletEdition = "Dev's Edition";
|
this.bookletEdition = "Dev's Edition";
|
||||||
|
|
Loading…
Reference in a new issue