Skip to content

Commit

Permalink
fix: updating tool tip for MaxConnections
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Jun 3, 2022
1 parent cb1b869 commit 938f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class NetworkServer : MonoBehaviour, INetworkServer
/// The maximum number of concurrent network connections to support. Excluding the host player.
/// <para>This field is only used if the <see cref="PeerConfig"/> property is null</para>
/// </summary>
[Tooltip("Maximum number of concurrent connections. Excluding the host player.")]
[Tooltip("Maximum number of concurrent connections. Excluding the host player.\nNOTE: this field is not used if PeerConfig is set via code.")]
[Min(1)]
public int MaxConnections = 4;

Expand Down

0 comments on commit 938f34c

Please sign in to comment.