mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-15 13:54:51 +01:00
Implement welcome mail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user