Skip to content

Commit

Permalink
change visibility of ACTcpClient.CSPVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
compujuckel committed Nov 24, 2023
1 parent ffe7ab8 commit 444bf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssettoServer/Network/Tcp/ACTcpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class ACTcpClient : IClient

internal SocketAddress? UdpEndpoint { get; private set; }
internal bool SupportsCSPCustomUpdate { get; private set; }
internal int? CSPVersion { get; private set; }
public int? CSPVersion { get; private set; }
internal string ApiKey { get; }

private static ThreadLocal<byte[]> UdpSendBuffer { get; } = new(() => GC.AllocateArray<byte>(1500, true));
Expand Down

0 comments on commit 444bf41

Please sign in to comment.