login crash bug

This commit is contained in:
2024-03-09 21:02:06 -06:00
parent a924e4c876
commit 31bf62a678
@@ -348,7 +348,7 @@ public class LoginServerMsgHandler implements NetMsgHandler {
if (pc == null) {
Logger.info("Player returned null while creating character.");
this.sendCharacterSelectScreen(session, true);
//this.sendCharacterSelectScreen(session, true);
return;
}
PlayerCharacter.initializePlayer(pc);