diff --git a/Server/Client.cs b/Server/Client.cs index 57ae8e0..0668072 100644 --- a/Server/Client.cs +++ b/Server/Client.cs @@ -9,7 +9,7 @@ public class Client : IDisposable { public readonly Dictionary Metadata = new Dictionary(); // can be used to store any information about a player public bool Connected = false; - public CostumePacket? CurrentCostume; + public CostumePacket? CurrentCostume = null; public Guid Id; public Socket? Socket;