mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
elucent's edition
This commit is contained in:
parent
0485107c94
commit
32863f523f
1 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,9 @@ public class GuiMainPage extends GuiBooklet{
|
||||||
else if(playerName.equalsIgnoreCase("asiekierka")){
|
else if(playerName.equalsIgnoreCase("asiekierka")){
|
||||||
this.bookletEdition = "‽ Edition";
|
this.bookletEdition = "‽ Edition";
|
||||||
}
|
}
|
||||||
|
else if(playerName.equalsIgnoreCase("elucent")){
|
||||||
|
this.bookletEdition = "";
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
if(Util.isDevVersion()){
|
if(Util.isDevVersion()){
|
||||||
this.bookletEdition = "Dev's Edition";
|
this.bookletEdition = "Dev's Edition";
|
||||||
|
|
Loading…
Reference in a new issue