1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 23:56:30 +09:00

Merge branch 'master' of github.com:lidgren/lidgren-network-gen3

This commit is contained in:
Gordon Alexander MacPherson
2018-01-06 16:13:41 +00:00

View File

@@ -141,7 +141,7 @@ namespace Lidgren.Network
ba = NetUtility.GetCachedBroadcastAddress(); ba = NetUtility.GetCachedBroadcastAddress();
// TODO: refactor this check outta here // TODO: refactor this check outta here
if (target.Address == ba) if (target.Address.Equals(ba))
{ {
// Some networks do not allow // Some networks do not allow
// a global broadcast so we use the BroadcastAddress from the configuration // a global broadcast so we use the BroadcastAddress from the configuration
@@ -308,4 +308,4 @@ namespace Lidgren.Network
} }
#endif #endif
} }
} }