diff --git a/Lidgren.Network/NetPeer.Internal.cs b/Lidgren.Network/NetPeer.Internal.cs index 8e25ae3..c53c114 100644 --- a/Lidgren.Network/NetPeer.Internal.cs +++ b/Lidgren.Network/NetPeer.Internal.cs @@ -89,6 +89,7 @@ namespace Lidgren.Network } #else // random bytes is better than nothing + m_macAddressBytes = new byte[6]; NetRandom.Instance.NextBytes(m_macAddressBytes); #endif LogDebug("Initializing Network");