You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Fixed again so it even works in runtime ;-)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user