mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 09:09:54 +02:00
Fix weekly boss entry tickets and rewards
This commit is contained in:
@@ -132,12 +132,13 @@ public class PlayerModule extends GameContextModule {
|
||||
player.onLoad();
|
||||
player.save();
|
||||
|
||||
// Send welcome mail
|
||||
player.getMailbox().sendWelcomeMail();
|
||||
// Handle any player creation events
|
||||
player.onCreate();
|
||||
|
||||
// Put in player cache
|
||||
this.addToCache(player);
|
||||
|
||||
// Complete
|
||||
return player;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user