Skip to content

Commit

Permalink
Update src/main/java/emu/grasscutter/game/Account.java
Browse files Browse the repository at this point in the history
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
  • Loading branch information
KittenPixel-cell and KingRainbow44 committed May 6, 2024
1 parent dca8781 commit 3ce8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emu/grasscutter/game/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public String getEmail() {
return email;
} else {
// As of game version 3.5+, only the email is displayed to a user.
return this.getUsername() + "@"+ACCOUNT.playeremail;
return this.getUsername() + "@" + ACCOUNT.playerEmail;
}
}

Expand Down

0 comments on commit 3ce8307

Please sign in to comment.