You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Whether the stream has encryption enabled. This can be set to false when the client is connecting through LAN or when the server is in offline mode.
@@ -155,7 +156,7 @@ public sealed class Client : IDisposable
155
156
/// <summary>
156
157
/// Used to log actions caused by the client.
157
158
/// </summary>
158
-
publicILoggerLogger{get;}
159
+
publicILoggerLogger{get;privateset;}
159
160
160
161
/// <summary>
161
162
/// The player that the client is logged in as.
@@ -168,13 +169,13 @@ public sealed class Client : IDisposable
0 commit comments