hondacrx
2024-02-02 21:49:02 -05:00
parent 75201f56ce
commit 4b669cfb5d
45 changed files with 1742 additions and 1273 deletions
@@ -601,9 +601,9 @@ namespace Game.Networking.Packets
ClassID = player.GetClass();
Level = (byte)player.GetLevel();
DeclinedName names = player.GetDeclinedNames();
DeclinedNames names = player.GetDeclinedNames();
if (names != null)
DeclinedNames = names;
DeclinedNames = new(names);
}
else
{