login crash bug
This commit is contained in:
@@ -752,7 +752,8 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
}
|
||||
|
||||
public static PlayerCharacter generatePCFromCommitNewCharacterMsg(Account a, CommitNewCharacterMsg msg, ClientConnection clientConnection) {
|
||||
|
||||
String firstName = msg.getFirstName().trim();
|
||||
String lastName = msg.getLastName().trim();
|
||||
// Verify Race
|
||||
int raceID = msg.getRace();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user