mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 14:24:57 +01:00
Implement daily activity missions
This commit is contained in:
@@ -46,6 +46,7 @@ public class GameSession {
|
||||
public synchronized void setPlayer(Player player) {
|
||||
this.player = player;
|
||||
this.player.setSession(this);
|
||||
this.player.onLogin();
|
||||
}
|
||||
|
||||
public synchronized void clearPlayer() {
|
||||
|
||||
Reference in New Issue
Block a user