Update src/main/java/emu/grasscutter/game/Account.java

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
This commit is contained in:
KittenPixel 2024-05-06 15:17:51 -07:00 committed by GitHub
parent dca8781f5c
commit 3ce8307292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ public class Account {
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;
}
}