login crash bug

This commit is contained in:
2024-03-09 20:46:15 -06:00
parent f26e8e4559
commit 69dd7bcc37
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -209,6 +209,7 @@ public class PlayerCharacter extends AbstractCharacter {
this.guildStatus = new AtomicInteger(0);
this.buildingUUID = -1;
this.level = 10;
}
/**