mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
raoul
This commit is contained in:
parent
a24205542a
commit
e119f58714
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public class GuiMainPage extends GuiBooklet{
|
||||||
else if(playerName.equalsIgnoreCase("amadornes")){
|
else if(playerName.equalsIgnoreCase("amadornes")){
|
||||||
versionStrg = "Beard's Edition";
|
versionStrg = "Beard's Edition";
|
||||||
}
|
}
|
||||||
else if(playerName.equalsIgnoreCase("raoulvdberge")){
|
else if(playerName.equalsIgnoreCase("raoul")){
|
||||||
versionStrg = "Giraffe's Edition";
|
versionStrg = "Giraffe's Edition";
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in a new issue