Implement welcome mail

This commit is contained in:
Melledy
2025-11-10 04:12:46 -08:00
parent db5209ff06
commit 04b76135fe
3 changed files with 44 additions and 4 deletions

View File

@@ -95,7 +95,10 @@ public class PlayerModule extends GameContextModule {
player.onLoad();
player.save();
// Put in cache
// Send welcome mail
player.getMailbox().sendWelcomeMail();
// Put in player cache
this.addToCache(player);
// Set player for session