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
Unverified
parent dca8781f5c
commit 3ce8307292
@@ -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;
}
}