elucent's edition

This commit is contained in:
Ellpeck 2017-02-23 23:46:55 +01:00
parent 0485107c94
commit 32863f523f

View file

@ -171,6 +171,9 @@ public class GuiMainPage extends GuiBooklet{
else if(playerName.equalsIgnoreCase("asiekierka")){
this.bookletEdition = "‽ Edition";
}
else if(playerName.equalsIgnoreCase("elucent")){
this.bookletEdition = "";
}
else{
if(Util.isDevVersion()){
this.bookletEdition = "Dev's Edition";