From c1e13711e7080a62953b1694187547c45d7e0dd0 Mon Sep 17 00:00:00 2001 From: lidgren Date: Thu, 14 Oct 2010 20:19:19 +0000 Subject: [PATCH] Fixed again so it even works in runtime ;-) --- Lidgren.Network/NetPeer.Internal.cs | 1 + 1 file changed, 1 insertion(+) 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");