diff --git a/Lidgren.Network/NetPeerConfiguration.cs b/Lidgren.Network/NetPeerConfiguration.cs index 37a1940..0fa3607 100644 --- a/Lidgren.Network/NetPeerConfiguration.cs +++ b/Lidgren.Network/NetPeerConfiguration.cs @@ -269,7 +269,7 @@ namespace Lidgren.Network } /// - /// Gets or sets if the NetPeer should accept incoming connections + /// Gets or sets if the NetPeer should accept incoming connections. This is automatically set to true in NetServer and false in NetClient. /// public bool AcceptIncomingConnections {