Fix error when logging on a fresh account

This commit is contained in:
Melledy
2025-11-19 04:58:01 -08:00
parent 51c12db822
commit e1c7ae57e3
2 changed files with 8 additions and 2 deletions
@@ -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;
}