We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f30084 commit b5f8687Copy full SHA for b5f8687
com.unity.netcode.gameobjects/Runtime/Connection/NetworkConnectionManager.cs
@@ -132,7 +132,7 @@ internal set
132
/// server applied <see cref="ServerDisconnectReason"/>.
133
/// - If both values are empty or null, then it returns <see cref="string.Empty"/>.
134
/// - If either value is valid, then it returns that <see cref="string"/> value.
135
- /// - If both values are valid, then it returns <see cref="DisconnectReason"/> followed by a
+ /// - If both values are valid, then it returns <see cref="DisconnectReason"/> followed by a
136
/// new line and then <see cref="ServerDisconnectReason"/>.
137
/// </summary>
138
/// <returns>A disconnect reason, if any.</returns>
0 commit comments