This commit is contained in:
Ellpeck 2017-02-04 18:34:19 +01:00
parent f2c74521b1
commit c3851df8ff

View file

@ -147,6 +147,9 @@ public class GuiMainPage extends GuiBooklet{
else if(playerName.equalsIgnoreCase("robsonld04")){ else if(playerName.equalsIgnoreCase("robsonld04")){
this.bookletEdition = "Modpack Edition"; this.bookletEdition = "Modpack Edition";
} }
else if(playerName.equalsIgnoreCase("snowshock35")){
this.bookletEdition = "Edition 35";
}
else{ else{
if(Util.isDevVersion()){ if(Util.isDevVersion()){
this.bookletEdition = "Dev's Edition"; this.bookletEdition = "Dev's Edition";