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