mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
withered edition (apparently)
This commit is contained in:
parent
0443a4aaf5
commit
c5c5b2a08c
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ public class GuiMainPage extends GuiBooklet{
|
|||
else if(playerName.equalsIgnoreCase("xbony2")){
|
||||
this.bookletEdition = "Naughty Edition";
|
||||
}
|
||||
else if(playerName.equalsIgnoreCase("themattabase")){
|
||||
this.bookletEdition = "Withered Edition";
|
||||
}
|
||||
else{
|
||||
if(Util.isDevVersion()){
|
||||
this.bookletEdition = "Dev's Edition";
|
||||
|
|
Loading…
Reference in a new issue