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