login crash bug

This commit is contained in:
2024-03-09 21:00:12 -06:00
parent 38e6bdf92d
commit a924e4c876
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -209,7 +209,6 @@ public class PlayerCharacter extends AbstractCharacter {
this.guildStatus = new AtomicInteger(0);
this.buildingUUID = -1;
this.setLevel((short)10);
}
/**