mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix error when logging on a fresh account
This commit is contained in:
@@ -136,8 +136,7 @@ public class PlayerModule extends GameContextModule {
|
||||
// Put in player cache
|
||||
this.addToCache(player);
|
||||
|
||||
// Set player for session
|
||||
session.setPlayer(player);
|
||||
System.out.println("created player");
|
||||
|
||||
return player;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user